cURL
curl --request DELETE \ --url https://{tenant}/tyk/org/keys/{keyID} \ --header 'X-Tyk-Authorization: <api-key>'
{ "action": "modified", "key": "b13d928b9972bd18", "key_hash": "<string>", "status": "ok" }
Deleting a key will remove all limits from organisation. It does not affects regular keys created within organisation.
Api key
The Key ID
OK
"modified"
"b13d928b9972bd18"
"ok"
Was this page helpful?