Delete Event.
Deleting an event is permanent and cannot be undone.
Path parameters
-
The ID of the team that the event belongs to.
-
The key of the event to show.
DELETE /api/teams/{team}/events/{event}
curl \
-X DELETE https://checkmango.com/api/teams/1/events/quam \
-H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (403)
{
"message": "Unauthenticated."
}
Response examples (404)
{
"message": "Not Found"
}