cURL
curl --request DELETE \ --url https://{tenant}/admin/org/keys/{keyId} \ --header 'Admin-Auth: <api-key>'
{ "Message": "Key deleted successfully", "Meta": null, "Status": "OK" }
Deleting a key will remove it permanently from the system.
Was this page helpful?