DataLens API: Delete editor chart
Written by
Updated at March 16, 2026
Deletes the specified Editor chart.
HTTP request
POST https://api.datalens.tech/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
Response schema: application/json
{}
|
Field |
Description |
|
Empty |
|