curl --request DELETE \
--url https://api.cal.com/v2/teams/{teamId}/event-types/{eventTypeId} \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"id": 1,
"title": "Team Meeting"
}
}curl --request DELETE \
--url https://api.cal.com/v2/teams/{teamId}/event-types/{eventTypeId} \
--header 'Authorization: <authorization>'{
"status": "success",
"data": {
"id": 1,
"title": "Team Meeting"
}
}value must be Bearer <token> where <token> is api key prefixed with cal_
Was this page helpful?