Delete editor chart

Deletes the specified Editor chart.

Request

POST

http://<хост_on-premises>/rpc/deleteEditorChart

Headers

Name

Description

x-dl-api-version

Type: string

API version header.

Const: 2

Example: 2

Body

application/json
{
  "chartId": "example"
}

Name

Description

chartId

Type: string

ID of the Editor chart to delete.

Example: example

Responses

200 OK

Response

Body

application/json
{}

Name

Description