Статья создана
Delete QL chart
Deletes the specified QL chart.
Request
POST
https://api.datalens.tech/rpc/deleteQLChart
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"chartId": "example"
}
|
Name |
Description |
|
chartId |
Type: string Example: |
Responses
200 OK
Response
Body
application/json
{}
|
Name |
Description |