Error
Procurement
Deactivate a supplier
Soft-archives a supplier by flipping active to false — never a physical delete, so it still reads back (as inactive). Idempotent-ish: re-deactivating stays inactive. 404s for an unknown supplier.
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
Minimum string length:
1Response
The deactivated supplier (active: false).
The deactivated supplier (active: false).

