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
}