Delete NFS configuration for an SVM
DELETE /protocols/nfs/services/{svm.uuid}
Introduced In: 9.6
Deletes the NFS configuration of an SVM.
Related ONTAP commands
- 
vserver nfs delete 
Learn more
Parameters
| Name | Type | In | Required | Description | 
|---|---|---|---|---|
svm.uuid  | 
string  | 
path  | 
True  | 
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response Codes
| Error Code | Description | 
|---|---|
3276916  | 
Vserver is not running  | 
3277008  | 
NFS Kerberos must be disabled on all LIFs of Vserver before deleting the NFS configuration. When all LIFs are disabled, try the operation  | 
3277009  | 
NFS Kerberos realms associated with the Vserver are deleted  | 
3277111  | 
Internal error. Failed to remove NFS-specific security trace filter for Vserver  | 
3277112  | 
Internal error. Failed to modify the protocols field of a security trace filter for Vserver  | 
| Name | Type | Description | 
|---|---|---|
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  | 
returned_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.  |