Closes a thread masquerading as the specified agent
cURL
curl --request DELETE \ --url https://api.coralcloud.ai/api/v1/puppet/{namespace}/{sessionId}/{agentName}/thread \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "threadId": "<string>", "summary": "<string>" } '
{ "message": "<string>" }
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The session's namespace
The session's ID
The agent's name
Thread close input
The unique identifier for the thread to close
A shortened summary of all important details in this thread. This could also be considered the thread's "conclusion".
Success