Skip to main content
DELETE
/
v1
/
event-types
/
{id}
cURL
curl --request DELETE \
  --url https://api.novacal.io/v1/event-types/{id} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
integer<int64>
required

ID of event type to delete

Response

204

Event type deleted successfully (no content)