DELETE
/
chat
/
delete-chat-session
/
{session_id}
Delete Chat Session By Id
curl --request DELETE \
  --url https://cloud.onyx.app/api/chat/delete-chat-session/{session_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

Authorizations

Authorization
string
header
required

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

Path Parameters

session_id
string<uuid>
required

Query Parameters

hard_delete
boolean | null

Response

200
application/json

Successful Response

The response is of type any.