POST /a/acl/bulk/delete

Delete one or more ACLs

Body Parameters

Name Description Type Required
Action Action on which this ACL provides control #/definitions/idmACLAction
ID Unique ID of this ACL string
NodeID Associated Node string
RoleID Associated Role string
WorkspaceID Associated Workspace string

Body Example

{
  "Action": {
    "Name": "string",
    "Value": "string"
  },
  "ID": "string",
  "NodeID": "string",
  "RoleID": "string",
  "WorkspaceID": "string"
}

Response Example (200)

Response Type /definitions/restDeleteResponse

{
  "NumRows": "string",
  "Success": true
}
Auto generated by Pydio Cells Enterprise Distribution v4.3.1 on 14-Nov-2023
Back to top