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