Skip to main content
POST
Create Suppliers Deactivate

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Headers

x-tenant-id
string<uuid>
required

The tenant ID for the target ERP instance.

Path Parameters

supplierId
string<uuid>
required

The key of the supplier to deactivate.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"

Response

Supplier deactivated successfully.

Deactivates a supplier (sets it inactive). This is the sole removal mechanism (there is no delete) and it is one-way. Blocked by the same guards that protected against deletion: open purchase orders and standard supplier of an article. - Response

id
string<uuid>
required

The key of the deactivated supplier.

Example:

"b45f6432-2462-4c6f-b00f-1d9d01000000"