Delete Segments
curl --request DELETE \
  --url http://{api_endpoint}/api/v1/v1/customercare/conversations/{conversation_id} \
  --header 'Authorization: Bearer <token>'
"<any>"

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
Required string length: 8 - 64

Response

Successful Response

The response is of type any.