# DELETE /v4/internal/key-value-stores/quotas/{address}

_Merkl API_

Revoke a creator quota (BackOffice only)

### Path parameters

- `address` (string) _(required)_

## Responses

- **200** Response for status 200

## Example request

```bash
curl -X DELETE "https://api.merkl.xyz//v4/internal/key-value-stores/quotas/{address}" \
  -H "x-api-key: YOUR_API_KEY"
```