---
title: "Delete Key"
method: DELETE
path: "/tyk/org/keys/{keyID}"
tags: ["Organisation Quotas"]
---

# Delete Key

`DELETE /tyk/org/keys/{keyID}`

Deleting a key will remove all limits from organisation. It does not affects regular keys created within organisation.

## Path parameters

- `keyID` string, required

## Response `200`

OK

- ApiModifyKeySuccess
  - `action` string
  - `key` string
  - `key_hash` string
  - `status` string

## Other responses

- `400` — Bad Request
- `403` — Forbidden
- `404` — Org not found

---

[API](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.net/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/versions/4ae998d5545e/schema)
