Docs

Remove Request from Block

DELETE /procurement-resources/{resourceId}/schedule-blocks/{blockId}/requests/{requestId}

DELETE/procurement-resources/{resourceId}/schedule-blocks/{blockId}/requests/{requestId}

Required Tokens

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

Removes the link between an advance request and a schedule block. The advance request itself is not deleted — only the association.

Path Parameters

FieldTypeRequiredDescription
resourceIdGuidRequiredThe ID of the procurement resource. Replace `{{resourceId}}` in the URL.
blockIdGuidRequiredThe ID of the schedule block. Replace `{{blockId}}` in the URL.
requestIdGuidRequiredThe ID of the advance request to unlink. Replace `{{requestId}}` in the URL.

Response

Returns 200 OK with an empty body on success.