cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/events/{id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "deleted": "<string>" }
Delete a specific event by event ID. The id parameter is interpreted as an event_id for this operation.
id
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Event ID (UUIDv4) - the specific event to delete
Event deleted successfully
Response for DELETE /events/:event_id
Was this page helpful?