DELETE
/
api
/
conversations
/
{conversation_id}
curl --request DELETE \
  --url https://app.all-hands.dev/api/conversations/{conversation_id} \
  --header 'Authorization: Bearer <token>'
true

Authorizations

Authorization
string
header
required

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

Path Parameters

conversation_id
string
required

Conversation ID

Response

200 - application/json

Conversation deleted successfully

The response is of type boolean.