Delete dashboard
DELETE {{baseUrl}}/dashboards/:dashboardId?aid=1234
Deletes a dashboard using the dashboardId
provided in the request.
Note:
* Users with the Edit dashboard templates for all users in account group
permission (Account Admin) can delete any dashboard.
* Users with the Edit own dashboard templates
permission (Regular User) can only delete the dashboards they have created themselves.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
aid | number | A unique identifier associated with your account group. You can retrieve your AccountGroupId from the /account-groups endpoint. Note that you must be assigned to the target account group. Specifying this parameter without being assigned to the target account group will result in an error response. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |