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