Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
ID of the event
Response
Event deleted successfully
Example:
true
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/events/{eventId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Soft delete an event. Only the event creator or admin can delete.
Important Notes:
curl --request DELETE \
--url https://apix.us.amity.co/api/v1/events/{eventId} \
--header 'Authorization: Bearer <token>'{
"success": true
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
ID of the event
Event deleted successfully
true