DELETE
/
api
/
v1
/
threads
/
{id}
/
Delete thread
curl --request DELETE \
  --url https://api.camelai.com/api/v1/threads/{id}/ \
  --header 'Authorization: Bearer <token>'
This response does not have an example.

Authorizations

Authorization
string
header
required

JWT or API key authentication using Bearer scheme

Path Parameters

id
integer
required

A unique integer value identifying this thread.

Response

204

No response body