DELETE
/
api
/
conversations
/
{conversation_id}
Delete Conversation
curl --request DELETE \
  --url https://app.all-hands.dev/api/conversations/{conversation_id} \
  --header 'X-Session-API-Key: <api-key>'
true

Authorizations

X-Session-API-Key
string
header
required

Path Parameters

conversation_id
string
required

Response

200
application/json

Successful Response

The response is of type boolean.