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>'
This response does not have an example.

Authorizations

x-api-key
string
header
required

Path Parameters

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

Response

204

Successful Response