---
title: "Delete API key quota"
method: DELETE
path: "/v1beta/quota/keys/{api_key_id}"
tags: ["Usage"]
---

# Delete API key quota

`DELETE /v1beta/quota/keys/{api_key_id}`

Removes the per-key quota limit. The key will only be subject to the organization-level quota.

## Path parameters

- `api_key_id` string, required — The API key ID (required).

## Query parameters

- `organization_id` string — Optional: organization ID. If not provided, uses the caller's organization.

## Response `200`

Success

- DeleteAPIKeyQuotaResponse — DeleteAPIKeyQuotaResponse confirms deletion. Empty response - success indicated by no error.

## Other responses

- `400` — Invalid request parameters
- `401` — Authentication failed - missing or invalid API key
- `403` — Authorization failed - valid key but insufficient permissions
- `404` — Resource not found
- `429` — Too many requests
- `500` — Internal server error

---

[API](https://skmtc.net/factify-inc/apis/factify-api.md) · [All operations](https://skmtc.net/factify-inc/apis/factify-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/factify-inc/factify-api/versions/8baabdfb82bf/schema)
