Docs
Unassign Request
DELETE /procurements/{procurementId}/requests/{requestId}
DELETE
/procurements/{procurementId}/requests/{requestId}Required Tokens
| Field | Type | Required | Description |
|---|---|---|---|
| Bearer | Authorization: Bearer <api-key> | Optional | Your API key. Pass it as the Bearer token on every request. |
Removes the link between an advance request and a procurement. The advance request itself is not deleted — only the association.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| procurementId | Guid | Required | The ID of the procurement. Replace `{{procurementId}}` in the URL. |
| requestId | Guid | Required | The ID of the advance request to unlink. Replace `{{requestId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.