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.
Api key
The ID of the key.
Key deleted
Was this page helpful?