Written by
Delete dashboard
Deletes the specified dashboard.
Request
POST
https://api.datalens.tech/rpc/deleteDashboard
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"dashboardId": "example",
"lockToken": "example"
}
|
Name |
Description |
|
dashboardId |
Type: string Example: |
|
lockToken |
Type: string Example: |
Responses
200 OK
Response
Body
application/json
{}
|
Name |
Description |