Docs
Delete Procurement
DELETE /procurements/{procurementId}
DELETE
/procurements/{procurementId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Permanently deletes a procurement and all of its assets.
Warning: This action is irreversible. Any order line items referencing assets on this procurement will also be affected.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| procurementId | Guid | Required | The ID of the procurement to delete. Replace `{{procurementId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.