Skip to main content
DELETE
/
api
/
assistants
/
threads
/
{threadId}
Delete a session thread
curl --request DELETE \
  --url https://agent-service-511985928315.us-east4.run.app/api/assistants/threads/{threadId} \
  --header 'Authorization: Bearer <token>' \
  --header 'X-Envole-User-Id: <api-key>'
Remove a session thread.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

X-Envole-User-Id
string
header
required

External user identifier; not necessarily registered with Envole

Path Parameters

threadId
string
required

Response

Session thread deleted successfully.

I