DELETE
/
v2
/
event-types
/
{eventTypeId}
curl --request DELETE \
  --url https://api.cal.com/v2/event-types/{eventTypeId} \
  --header 'Authorization: <authorization>' \
  --header 'cal-api-version: <cal-api-version>'
{
  "status": "success",
  "data": {
    "id": 1,
    "lengthInMinutes": 60,
    "title": "Learn the secrets of masterchief!",
    "slug": "<string>"
  }
}

Headers

cal-api-version
string
required

Must be set to 2024-06-14

Authorization
string
required

value must be Bearer <token> where <token> either managed user access token or api key prefixed with cal_

Path Parameters

eventTypeId
number
required

Response

200 - application/json
status
enum<string>
required
Available options:
success,
error
Example:

"success"

data
object
required