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