cURL
curl --request DELETE \ --url https://app.all-hands.dev/api/conversations/{conversation_id} \ --header 'Authorization: Bearer <token>'
true
Delete a conversation
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Conversation ID
Conversation deleted successfully
The response is of type boolean.
boolean
Was this page helpful?