Docs

Delete Resource

DELETE /procurements/{procurementId}/resources/{resourceId}

DELETE/procurements/{procurementId}/resources/{resourceId}

Required Tokens

FieldTypeRequiredDescription
BearerAuthorization: Bearer <api-key>OptionalYour API key. Pass it as the Bearer token on every request.

Permanently removes a resource from a procurement.

Warning: This action is irreversible. Any order line items referencing this resource will also be affected.

Path Parameters

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

Response

Returns 200 OK with an empty body on success.