DELETE
/
tyk
/
org
/
keys
/
{keyID}
Delete Key
curl --request DELETE \
  --url https://{tenant}/tyk/org/keys/{keyID} \
  --header 'X-Tyk-Authorization: <api-key>'
{
  "action": "deleted",
  "key": "e389ae00a2b145feaf28d6cc11f0f86d",
  "status": "ok"
}

Authorizations

X-Tyk-Authorization
string
header
required

Api key

Path Parameters

keyID
string
required

The Key ID

Response

OK

action
string
Example:

"modified"

key
string
Example:

"b13d928b9972bd18"

key_hash
string
status
string
Example:

"ok"