v1
latestOpenAPI 3.0.02026-07-17121287546.7 KBEvent Types
Delete an event type
<Note>Please make sure to pass in the cal-api-version header value as mentioned in the Headers section. Not passing the correct value will default to an older version of this endpoint.</Note>
delete/v2/event-types/{eventTypeId}
Path parameters
eventTypeIdnumber required
Headers
cal-api-versionstring required
Must be set to 2024-06-14. If not set to this value, the endpoint will default to an older version.
Authorizationstring required
value must be Bearer <token> where <token> is api key prefixed with cal_ or managed user access token
Response
Example response
{
"status": "success",
"data": {
"id": 1,
"lengthInMinutes": 60,
"title": "Learn the secrets of masterchief!"
}
}