Skip to main content
DELETE
/
api
/
events
/
{event_id}
Delete event by ID
curl --request DELETE \
  --url https://tandem.hlofiys.xyz/api/events/{event_id} \
  --header 'Authorization: Bearer <token>'
{
  "message": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

event_id
integer<int64>
required

Response

Event successfully removed