v50

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-0193273218.8 KB
Quotas

Delete a quota

Delete client quotas for single entity and value.

post/v1/quotas:delete

Request body

value_type'VALUE_TYPE_PRODUCER_BYTE_RATE' | 'VALUE_TYPE_CONSUMER_BYTE_RATE' | 'VALUE_TYPE_CONTROLLER_MUTATION_RATE' | 'VALUE_TYPE_REQUEST_PERCENTAGE'

The type of value that the quota represents.

  • VALUE_TYPE_PRODUCER_BYTE_RATE: The rate at which producers can send data.
  • VALUE_TYPE_CONSUMER_BYTE_RATE: The rate at which consumers can fetch data.
  • VALUE_TYPE_CONTROLLER_MUTATION_RATE: The rate at which topic mutation requests can be made.
  • VALUE_TYPE_REQUEST_PERCENTAGE: The percentage of the total throughput that can be used by the entity.

Not supported in Redpanda

Response

OK

DeleteQuotaResponse required