Unable to delete user entry from share using REST API
Applies to
ONTAP 9
Issue
-
Attempts to remove user entries from the share using the DELETE REST API call failed:
-
Endpoint:
https://cluster/api/protocols/file-security/permissions/{svm.uuid}/{path}/acl/{user}
- Request Body:
{
"access": "access_allow",
"access_control": "file_directory"
}
- DELETE operation failed with the below error:
{
"error": {
"message": "entry doesn't exist",
"code": "4",
"target": "user"
}
}
- GET request confirmed the presence of user entries.
