CRM
Api to delete the allocations of the given customers
delete/crm/allocation/customer
Request body
Example request
{
"phoneNumbers": [
"+919866XXXXXX",
"+919856XXXXXX"
],
"processName": "Default Proccess"
}Response
If the auth token is valid.
Example response
{
"message": "Successfully deleted XX allocations"
}