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