Docs
Delete Schedule Block Type
DELETE /events/{eventId}/schedule-block-types/{scheduleBlockTypeId}
DELETE
/events/{eventId}/schedule-block-types/{scheduleBlockTypeId}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 deletes a schedule block type.
Throws 400 if any schedule blocks are currently using this type.
Requires EventSettings permission on the event.
Path Parameters
| Field | Type | Required | Description |
|---|---|---|---|
| eventId | Guid | Required | The ID of the event. Uses `{{eventId}}` from your environment. |
| scheduleBlockTypeId | Guid | Required | The ID of the schedule block type to delete. Replace `{{scheduleBlockTypeId}}` in the URL. |
Response
Returns 200 OK with an empty body on success.