cURL
curl --request DELETE \ --url https://api.camelai.com/api/v1/threads/{id}/ \ --header 'Authorization: Bearer <token>'
This response does not have an example.
Delete a thread and all its messages.
JWT or API key authentication using Bearer scheme
A unique integer value identifying this thread.
No response body
Was this page helpful?