Docs
Delete Resource
DELETE /procurements/{procurementId}/resources/{resourceId}
DELETE
/procurements/{procurementId}/resources/{resourceId}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 removes a resource from a procurement.
Warning: This action is irreversible. Any order line items referencing this resource will also be affected.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| procurementId | Guid | Required | The ID of the procurement. Replace `{{procurementId}}` in the URL. |
| resourceId | Guid | Required | The ID of the resource to delete. Replace `{{resourceId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.