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