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

Delete a Kerberos realm

Contributors

DELETE /protocols/nfs/kerberos/realms/{svm.uuid}/{name}

Deletes a Kerberos realm.

  • vserver nfs kerberos realm delete

Parameters

Name Type In Required Description

svm.uuid

string

path

True

name

string

path

True

Response

Status: 200, Ok

Error

Status: Default

ONTAP Error Response codes

Error codes Description

1966125

Failed to remove hosts entry.

1966126

Failed to lookup hosts entry.

2949141

Failed to lookup Kerberos realm.

2949142

Failed to remove Kerberos realm.

3276942

Service principal name is invalid. It must of the format:"nfs/@REALM\\\"

3276976

"realm" is a required input

3276998

Only the data Vservers can own NFS Kerberos realms.

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.