Deletes the given ACL on the given scope.
     
    
    Usage
    delete_secret_acl(client, scope, principal)
secretsDeleteAcl(client, scope, principal)
 
     
    
    Arguments
    - client
 
Required. Instance of DatabricksClient()
 
- scope
 
Required. The name of the scope to remove permissions from.
 
- principal
 
Required. The principal to remove an existing ACL from.
 
 
    
    Details
    Users must have the MANAGE permission to invoke this API. Throws
RESOURCE_DOES_NOT_EXIST if no such secret scope, principal, or ACL exists.
Throws PERMISSION_DENIED if the user does not have permission to make this
API call.