cURL
curl --request DELETE \ --url https://api.novacal.io/v1/event-types/{id} \ --header 'Authorization: Bearer <token>'
Deletes a single event type by ID
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of event type to delete
Event type deleted successfully (no content)