Error
Catalog
Deactivate (archive) a brand (marque)
Soft-archives a brand by flipping its active flag to false — never a physical delete (historic products still reference it), so the brand still reads back as inactive. Idempotent. 404s for an unknown brand.
POST
Error
Authorizations
Authorization: Bearer <token>. Accepts EITHER a Keycloak access token (scopes-in-token) OR an opaque POS session token; both resolve to the same pos.* scope vocabulary the route guards enforce.
Path Parameters
The brand id (a slug derived from the code, e.g. brand-nike).
Minimum string length:
1Response
The archived brand directory row (active: false).

