Skip to main content
DELETE
/
api
/
v1
/
events
/
{eventId}
Delete event
curl --request DELETE \
  --url https://apix.us.amity.co/api/v1/events/{eventId} \
  --header 'Authorization: Bearer <token>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

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

Path Parameters

eventId
string
required

ID of the event

Response

Event deleted successfully

success
boolean
Example:

true