cURL
curl --request DELETE \ --url https://{tenant}/api/apis/{apiID}/keys/{keyID} \ --header 'Authorization: Bearer <token>'
{ "Message": "Key deleted successfully.", "Meta": null, "Status": "OK" }
Deleting a key will remove it permanently from the system, however analytics relating to that key will still be available.
Was this page helpful?