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>"
}
]
}Chat
Delete All Chat Sessions
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>"
}
]
}Documentation Index
Fetch the complete documentation index at: https://docs.onyx.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Authorization header with Bearer token
Response
Successful Response
Was this page helpful?
⌘I