Docs

Delete Schedule Block

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

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

Required Tokens

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

Removes a schedule block from a procurement resource. Recalculates the resource's derived start/end times. Any advance requests linked to this block are unlinked but not deleted.

Path Parameters

FieldTypeRequiredDescription
resourceIdGuidRequiredThe ID of the procurement resource. Replace `{{resourceId}}` in the URL.
blockIdGuidRequiredThe ID of the schedule block to delete. Replace `{{blockId}}` in the URL.

Response

Returns 200 OK with an empty body on success.