cURL
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" } }
If accessed using an OAuth access token, the TEAM_EVENT_TYPE_WRITE scope is required.
TEAM_EVENT_TYPE_WRITE
value must be Bearer <token> where <token> is api key prefixed with cal_
Bearer <token>
<token>
success
error
"success"
Show child attributes
Was this page helpful?