Skip to main content
DELETE
/
events
/
{eventId}
Delete Event
curl --request DELETE \
  --url https://nowadays.ai/api/northstar/events/{eventId} \
  --header 'Authorization: Bearer <token>'
Permanently delete an event and all associated venue proposals.

Path Parameters

eventId
string
required
The ID of the event to delete

Authorizations

Authorization
string
header
required

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

Path Parameters

eventId
string
required

Response

204

Event deleted successfully