Chat
Delete Chat Thread
DELETE
/
chat
/
{chat_id}
curl --request DELETE \
--url https://api.isosceles.ai/chat/{chat_id} \
--header 'Authorization: Basic <encoded-value>'
[
{
"brain_id": "e46c625f-9057-4e0c-88ba-3a27d0c34748",
"chat_id": "fbe868d4-9c74-4a85-bf79-2ed2454d9ed6",
"created_at": "Sat, 21 Sep 2024 11:45:59 GMT",
"created_from": "API",
"last_updated": "Sat, 21 Sep 2024 11:45:59 GMT",
"model": "gpt-4o-mini",
"sp_metadata": {},
"system_message": "",
"temperature": null,
"title": "Test API Chat Thread",
"user_id": "7c4b9f75-cda3-4d32-a5bb-6d1f7352ff7b"
}
]
Authorizations
Basic authentication header of the form Basic <encoded-value>
, where <encoded-value>
is the base64-encoded string username:password
.
Path Parameters
Response
200 - application/json
The response is of type object
.
curl --request DELETE \
--url https://api.isosceles.ai/chat/{chat_id} \
--header 'Authorization: Basic <encoded-value>'
[
{
"brain_id": "e46c625f-9057-4e0c-88ba-3a27d0c34748",
"chat_id": "fbe868d4-9c74-4a85-bf79-2ed2454d9ed6",
"created_at": "Sat, 21 Sep 2024 11:45:59 GMT",
"created_from": "API",
"last_updated": "Sat, 21 Sep 2024 11:45:59 GMT",
"model": "gpt-4o-mini",
"sp_metadata": {},
"system_message": "",
"temperature": null,
"title": "Test API Chat Thread",
"user_id": "7c4b9f75-cda3-4d32-a5bb-6d1f7352ff7b"
}
]
Assistant
Responses are generated using AI and may contain mistakes.