---
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

## Changes

- **2024-09-18** `111affa17abe` — 1 breaking, 1 warning, 6 info
  - added the new path request parameter `keyID`
  - removed the optional property `message` from the response with the `200` status
  - added the non-success response with the status `400`
  - added the non-success response with the status `403`
  - …4 more
- **2022-05-24** `111d8ca21864` — 4 warning, 4 info
  - deleted the `path` request parameter `keyID`
  - removed the optional property `action` from the response with the `200` status
  - removed the optional property `key` from the response with the `200` status
  - removed the optional property `key_hash` from the response with the `200` status
  - …4 more

[Change history](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/changes/tyk/org/keys/:keyID/delete.md)

---

[API](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api.md) · [All operations](https://skmtc.dev/tyktechnologies/apis/tyk-gateway-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tyktechnologies/tyk-gateway-api/revisions/900d0a33ae1d/schema)
