Skip to main content
DELETE
/
v1
/
events
/
{id}
cURL
curl --request DELETE \
  --url https://api.novacal.io/v1/events/{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 to delete

Response

204

Event deleted successfully (no content)