curl --request DELETE \
--url https://agent-studio.thena.ai/api/v1/chat/{agent_id}/threads/{thread_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Delete a chat thread.
curl --request DELETE \
--url https://agent-studio.thena.ai/api/v1/chat/{agent_id}/threads/{thread_id} \
--header 'x-api-key: <api-key>'{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}