---
title: "Delete End User"
method: POST
path: "/customer/delete"
tags: ["Customer Management"]
---

# Delete End User

`POST /customer/delete`

Delete multiple end-users.

Parameters:
- user_ids (List[str], required): The unique `user_id`s for the users to delete

Example curl:
```
curl --location 'http://0.0.0.0:4000/customer/delete'         --header 'Authorization: Bearer sk-1234'         --header 'Content-Type: application/json'         --data '{
        "user_ids" :["ishaan-jaff-5"]
}'

See below for all params 
```

## Request body

- DeleteCustomerRequest — Delete multiple Customers
  - `user_ids` string[], required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/sea-lion/apis/litellm-api.md) · [All operations](https://skmtc.net/sea-lion/apis/litellm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sea-lion/litellm-api/revisions/79928a3d37d3/schema)
