CRM Conversation Logs
Delete CRM Conversation Log
Deletes a specific CRM conversation log by its unique identifier.
DELETE
/
crm
/
conversationLog
/
{logId}
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
logId
string
requiredThe ID of the CRM conversation log to delete.
Response
200 - application/json
message
string
Was this page helpful?