Skip to main content
DELETE
/
api
/
v1
/
chat
/
{agent_id}
/
threads
/
{thread_id}
Delete 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>"
    }
  ]
}

Authorizations

x-api-key
string
header
required

Path Parameters

agent_id
string<uuid> | null
required
thread_id
string<uuid>
required

Response

Successful Response