Skip to main content
DELETE
/
v1
/
events
/
{id}
Delete an event
curl --request DELETE \
  --url https://api.honeyhive.ai/v1/events/{id} \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "deleted": "<string>"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string<uuid>
required

Event ID (UUIDv4) - the specific event to delete

Response

Event deleted successfully

Response for DELETE /events/:event_id

success
boolean
required
deleted
string
required