Delete an event type by its ID. You can only delete event types that belong to you or are accessible through your team memberships.
This action is permanent and cannot be undone. Deleting an event type may
affect existing bookings or scheduled events.
Path Parameters
The unique identifier of the event type to delete.
Response
Indicates whether the request was successful. Always true for successful
responses.
Always null for successful delete operations.
Example Response
{
"success": true,
"data": null
}
Error Response
{
"success": false,
"error": {
"code": "NOT_FOUND",
"message": "Event type not found."
}
}
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of event type to delete
Indicates whether the request was successful
The response data. Can be an object, array, or null
Option 1 · object
Option 2 · object[]
Option 3 · object
Option 4 · object[]
Option 5 · object