Events
Delete an event
Permanently deletes an event. The authenticated user must have permission to edit the event.
delete/events/{id}
Path parameters
idstring required
The encoded ID of the event
Response
Event deleted successfully
Example response
{
"data": {
"message": "Event deleted successfully"
}
}