Delete an export policy client
DELETE /protocols/nfs/export-policies/{policy.id}/rules/{index}/clients/{match}
Introduced In: 9.6
Deletes an export policy client
Related ONTAP commands
- 
vserver export-policy rule remove-clientmatches 
Learn more
Parameters
| Name | Type | In | Required | Description | 
|---|---|---|---|---|
policy.id  | 
integer  | 
path  | 
True  | 
Export Policy ID  | 
index  | 
integer  | 
path  | 
True  | 
Export Rule Index  | 
match  | 
string  | 
path  | 
True  | 
Export Client Match  | 
return_records  | 
boolean  | 
query  | 
False  | 
The default is false. If set to true, the records are returned. 
  | 
Response
Status: 200, Ok
Error
Status: Default
ONTAP Error Response Codes
| Error Code | Description | 
|---|---|
1703954  | 
Export policy does not exist  | 
1704036  | 
Invalid clientmatch: missing domain name  | 
1704037  | 
Invalid clientmatch: missing network name  | 
1704038  | 
Invalid clientmatch: missing netgroup name  | 
1704039  | 
Invalid clientmatch  | 
1704040  | 
Invalid clientmatch: address bytes masked out by netmask are non-zero  | 
1704041  | 
Invalid clientmatch: address bytes masked to zero by netmask  | 
1704042  | 
Invalid clientmatch: too many bits in netmask  | 
1704043  | 
Invalid clientmatch: invalid netmask  | 
1704044  | 
Invalid clientmatch: invalid characters in host name  | 
1704045  | 
Invalid clientmatch: invalid characters in domain name  | 
1704050  | 
Invalid clientmatch: the clientmatch list contains a duplicate string. Duplicate strings in a clientmatch list are not supported  | 
1704054  | 
Invalid clientmatch: invalid characters in netgroup name. Valid characters for a netgroup name are 0-9, A-Z, a-z, ".", "_" and "-"  | 
1704064  | 
Clientmatch host name too long  | 
1704065  | 
Clientmatch domain name too long  | 
6691623  | 
User is not authorized  | 
| 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.  |