CRM Scenarios
Remove Conversation from CRM Scenario
Removes an existing conversation from a specific CRM scenario.
DELETE
/
crm
/
scenario
/
{scenarioId}
/
conversation
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Path Parameters
scenarioId
string
requiredThe ID of the CRM scenario.
Body
application/json
conversationId
string
requiredID of the conversation to remove from the scenario.
Response
200 - application/json
message
string
Was this page helpful?