DELETE
/
session
/
{session_id}
Authorization
Path
curl --request DELETE \
  --url https://api.honeyhive.ai/session/{session_id} \
  --header 'Authorization: <authorization>'
{
  "id": "<string>",
  "success": true
}

Authorizations

Authorization
string
headerrequired

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

Path Parameters

session_id
string
required

Response

200 - application/json
id
string

The ID of the created object

success
boolean

Indicates whether the request was successful