cURL
curl --request DELETE \ --url https://api.honeyhive.ai/v1/sessions/{session_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "deleted": "<string>" }
Delete all events associated with the given session ID from both events and aggregates tables
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Session ID (UUIDv4)
Session deleted successfully
Confirmation of session deletion
Was this page helpful?