Skip to main content
A newer release of this product is available.

Delete key managers

Contributors

DELETE /security/key-managers/{uuid}

Deletes a key manager.

  • security key-manager external disable

  • security key-manager onboard disable

Parameters

Name Type In Required Description

uuid

string

path

True

Response

Status: 200, Ok

Error

Status: Default

ONTAP Error Response Codes

Error Code Description

65536208

Failed to delete the SVM Key ID.

65536233

Internal error. Deletion of km_wrapped_kdb key database has failed for onboard key management.

65536234

Internal error. Deletion of cluster_kdb key database has failed for onboard key management.

65536239

Encrypted volumes are found for the SVM.

65536242

One or more Storage Encryption devices are assigned an authentication key.

65536242

One or more Storage Encryption devices are assigned an authentication key.

65536800

Failed to lookup onboard keys.

65536813

Encrypted kernel core files found.

65536817

Failed to determine if key manager is safe to disable.

65536822

Multitenant key management is not supported in the current cluster version.

65536827

Failed to determine if the SVM has any encrypted volumes.

65536828

External key management is not enabled for the SVM.

65536867

Encrypted volumes are found for the SVM.

196608301

Failed to determine the type of encryption.

196608305

NAE aggregates are found in the cluster.

Name Type Description

error

error

Example error
{
  "error": {
    "arguments": {
      "code": "string",
      "message": "string"
    },
    "code": "4",
    "message": "entry doesn't exist",
    "target": "uuid"
  }
}

Definitions

See Definitions

error_arguments

Name Type Description

code

string

Argument code

message

string

Message argument

error

Name Type Description

arguments

array[error_arguments]

Message arguments

code

string

Error code

message

string

Error message

target

string

The target parameter that caused the error.