Skip to main content
DELETE
/
chat
/
delete-all-chat-sessions
Delete All Chat Sessions
curl --request DELETE \
  --url https://cloud.onyx.app/api/chat/delete-all-chat-sessions \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

Authorization
string
header
required

Authorization header with Bearer token

Response

Successful Response