Remove Dashboard Access

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"
        ]
    }
]
Authentication
This operation uses the following authentication methods.
Responses
default

successful operation

Operation doesn't return any data structure