Remove Dashboard Access
Removes the specified ids from the given dashboards' ACL
Request
URI
POST
https://{api_host}/api/v2/dashboard/acl/remove
COPY
Request Body
AccessControlListWriteDTOArray
of type(s)
application/json
Optional
[
{
"entityId": "string",
"viewAcl": [
"string"
],
"modifyAcl": [
"string"
]
}
]
Responses
default
successful operation
Operation doesn't return any data structure
Code Samples
COPY
curl -X POST -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/v2/dashboard/acl/remove
Dashboard Operations
GET
Get All Dashboard
POST
Create Dashboard
GET
Get Dashboard Access Control List
POST
Add Dashboard Access
POST
Remove Dashboard Access
PUT
Set Dashboard Acl
GET
Get Dashboard
PUT
Update Dashboard
DELETE
Delete Dashboard
POST
Favorite Dashboard
GET
Get Dashboard History
GET
Get Dashboard Version
GET
Get Dashboard Tags
POST
Set Dashboard Tags
PUT
Add Dashboard Tag
DELETE
Remove Dashboard Tag
POST
Undelete Dashboard
POST
Unfavorite Dashboard