Docs

Delete Procurement

DELETE /procurements/{procurementId}

DELETE/procurements/{procurementId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour 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

FieldTypeRequiredDescription
procurementIdGuidRequiredThe ID of the procurement to delete. Replace `{{procurementId}}` in the URL.

Response

Returns 200 OK with an empty body on success.