POST /a/config/encryption/delete
Delete an existing master key
Body Parameters
| Name | Description | Type | Required |
|---|---|---|---|
| KeyID | Id of the key to delete | string |
Body Example
{
"KeyID": "string"
}
Response Example (200)
Response Type /definitions/encryptionAdminDeleteKeyResponse
{
"Success": true
}