CRM

Api to delete allocations that are currently assigned to the given users

delete/crm/allocation/user

Request body

processNamestring nullable

Process from which the allocations should be removed. If this is not provided, allocations are removed across the processes for the given phoneNumbers.

Example request

{
  "phoneNumbers": [
    "+919866XXXXXX",
    "+919856XXXXXX"
  ],
  "processName": "Default Proccess"
}

Response

Deleted Successfully

messagestring
statusCodenumber

Example response

{
  "message": "Successfully deleted XX allocations"
}

Changes

No recorded changes to this endpoint across all 1 revision of this API.