Skip to main content
DELETE
/
conversations
/
{conversationId}
Delete Conversation
curl --request DELETE \
  --url https://services.leadconnectorhq.com/conversations/{conversationId} \
  --header 'Authorization: Bearer <token>' \
  --header 'Version: <version>'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.

Headers

Version
enum<string>
required

API Version

Available options:
2021-04-15

Path Parameters

conversationId
string
required

Conversation ID as string

Example:

"tDtDnQdgm2LXpyiqYvZ6"

Response

Successful response

success
boolean
required

Boolean value as the API response.

Example:

true

Last modified on March 4, 2026