CRM
Api to delete allocations that are currently assigned to the given users
delete/crm/allocation/user
Request body
Example request
{
"phoneNumbers": [
"+919866XXXXXX",
"+919856XXXXXX"
],
"processName": "Default Proccess"
}Response
Deleted Successfully
Example response
{
"message": "Successfully deleted XX allocations"
}