CRM Scenarios
Delete CRM Scenario
Deletes an existing CRM scenario. The scenario ID must be provided in the request body.
DELETE
/
crm
/
scenario
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
id
string
requiredThe ID of the CRM scenario to delete.
Response
200 - application/json
message
string
scenario
object
user
string
Was this page helpful?