v51

latestOpenAPI 3.0.3Mozilla Public License Version 2.0raw.githubusercontent.com2026-08-0165205256.0 KB
Keys

Delete a key.

Deleting a key will remove it permanently from the system, however analytics relating to that key will still be available.

delete/tyk/keys/{keyID}

Path parameters

keyIDstring required

The key ID.

Query parameters

hashedboolean

Use the hash of the key as input instead of the full key.

Response

Key deleted.

actionstring
keystring
key_hashstring
statusstring

Example response

{
  "action": "modified",
  "key": "b13d928b9972bd18",
  "status": "ok"
}