---
title: "Delete multiple quotas"
method: POST
path: "/v1/quotas:batchDelete"
tags: ["Quotas"]
---

# Delete multiple quotas

`POST /v1/quotas:batchDelete`

Delete client quotas for multiple entities and values in a single request.

## Request body

- BatchDeleteQuotaRequest
  - `deletions` QuotaDeletion[]
    - `entity` RequestQuotaEntity
      - `entity_name` string — Entity name is the name of the entity type specified. If left empty, the entity will be treated as a default entity (e.g., all clients). If entity_type is ENTITY_TYPE_CLIENT_ID_PREFIX, this field must be set.
      - `entity_type` 'ENTITY_TYPE_CLIENT_ID' | 'ENTITY_TYPE_CLIENT_ID_PREFIX' | 'ENTITY_TYPE_USER' | 'ENTITY_TYPE_IP' — The type of entity that the quota applies to. - ENTITY_TYPE_USER: Not supported in Redpanda - ENTITY_TYPE_IP: Not supported in Redpanda
    - `value_types` ValueType[]

## Response `200`

OK

- BatchDeleteQuotaResponse
  - `failed_entities` FailedEntity[]
    - `entity_name` string
    - `entity_type` 'ENTITY_TYPE_CLIENT_ID' | 'ENTITY_TYPE_CLIENT_ID_PREFIX' | 'ENTITY_TYPE_USER' | 'ENTITY_TYPE_IP' — The type of entity that the quota applies to. - ENTITY_TYPE_USER: Not supported in Redpanda - ENTITY_TYPE_IP: Not supported in Redpanda
    - `error_code` integer
    - `error_message` string
  - `successful_entities` SuccessfulEntity[]
    - `entity_name` string
    - `entity_type` 'ENTITY_TYPE_CLIENT_ID' | 'ENTITY_TYPE_CLIENT_ID_PREFIX' | 'ENTITY_TYPE_USER' | 'ENTITY_TYPE_IP' — The type of entity that the quota applies to. - ENTITY_TYPE_USER: Not supported in Redpanda - ENTITY_TYPE_IP: Not supported in Redpanda

## Other responses

- `401` — Unauthenticated.
- `500` — Internal Server Error. Reach out to support.
- `default` — An unexpected error response.

---

[API](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api.md) · [All operations](https://skmtc.dev/redpanda-data/apis/redpanda-cloud-data-plane-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/redpanda-data/redpanda-cloud-data-plane-api/revisions/7eef0bcc42e7/schema)
