DELETE
/
conversations
/
{conversation_id}
curl --request DELETE \
  --url https://api.operator.xyz/conversations/{conversation_id} \
  --header 'Authorization: Bearer <token>' \
  --header 'Operator-Version: <operator-version>'
This response does not have an example.

Authorizations

Authorization
string
header
required

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

Headers

Operator-Version
string
required

The API version to use.

Example:

"2024-11-11"

Path Parameters

conversation_id
string
required

The ID of the conversation to delete.

Response

200

Conversation deleted successfully.