---
title: "DELETE /crm/allocation/user"
method: DELETE
path: "/crm/allocation/user"
tags: ["CRM"]
---

# DELETE /crm/allocation/user

`DELETE /crm/allocation/user`

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

## Request body

- DeleteAllocationsByUser — Schema for delete allocation Body
  - `phoneNumbers` unknown[], required — Phone numbers of the users with country code
    - unknown
  - `processName` string, nullable — Process from which the allocations should be removed. If this is not provided, allocations are removed across the processes for the given phoneNumbers.

## Response `200`

Deleted Successfully

- DeleteAllocationSuccess — Schema for success response
  - `message` string
  - `statusCode` number

## Other responses

- `403` — UnAuthorized.

---

[API](https://skmtc.dev/runo/apis/api-documentation.md) · [All operations](https://skmtc.dev/runo/apis/api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/runo/api-documentation/revisions/19460dffac44/schema)
