DELETE
/
admin
/
org
/
keys
/
{keyId}
Delete key.
curl --request DELETE \
  --url https://{tenant}/admin/org/keys/{keyId} \
  --header 'Admin-Auth: <api-key>'
{
  "Message": "Key deleted successfully",
  "Meta": null,
  "Status": "OK"
}

Authorizations

Admin-Auth
string
header
required

Api key

Path Parameters

keyId
string
required

The ID of the key.

Response

Key deleted

ID
string
Message
string
Meta
any
Status
string