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