I'm trying to delete the DACL ACEs for the "Everyone" user. Using REST delete /protocols/file-security/permissions/{svm.uuid}/{path}/acl/{user}. I'm putting in the path, Everyone as the user, and the svm uuid. The response I get is below.
{
"error": {
"message": "entry doesn't exist",
"code": "4",
"target": "user"
}
}
I can look up the DACL with vserver security file-directory show -vserver svm_name -path /vol_path and it clearly shows the Everyone DACL. Kind of at a loss as to why the REST call isn't finding it. What's really frustrating is that I got this to work at the end of the day earlier in the week, but I don't have notes on what I did. I may have cheated it with some CLI, but the REST should work.
Any help would be much appreciated.