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

# DELETE /crm/allocation/customer

`DELETE /crm/allocation/customer`

Api to delete the allocations of the given customers

## Request body

- DeleteAllocationsByCustomer — Schema for delete allocation Body
  - `phoneNumbers` unknown[], required — Phone numbers of the customers 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`

If the auth token is valid.

- 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)
