curl --request DELETE \
--url https://services.leadconnectorhq.com/conversations/{conversationId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Delete the conversation details based on the conversation ID
curl --request DELETE \
--url https://services.leadconnectorhq.com/conversations/{conversationId} \
--header 'Authorization: Bearer <token>' \
--header 'Version: <version>'{
"success": true
}Use the Access Token generated with user type as Sub-Account (OR) Private Integration Token of Sub-Account.
API Version
2021-04-15 Conversation ID as string
"tDtDnQdgm2LXpyiqYvZ6"
Successful response
Boolean value as the API response.
true
Was this page helpful?