cURL
curl --request DELETE \ --url https://api.novacal.io/v1/event-types/{id} \ --header 'Authorization: Bearer <token>'
Delete a Novacal event type by ID and review the endpoint path, authentication requirements, and no-content success response.
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)