DataLens API: Delete QL chart
Статья создана
Обновлена 16 января 2026 г.
HTTP request
Deletes the specified QL chart.
POST https://api.datalens.yandex.net/rpc/deleteQLChart
Body parameters
Request schema: application/json
{
"chartId": "string"
}
|
Field |
Description |
|
chartId |
string Required field. ID of the QL chart to delete. |
Response
HTTP Code: 200
Response
Response schema: application/json
{}
|
Field |
Description |
|
Empty |
|