Cancel workbook export

Cancels the specified workbook export.

Request

POST

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

Headers

Name

Description

x-dl-api-version

Type: string

API version header.

Const: 2

Example: 2

Body

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

Name

Description

exportId

Type: string

ID of the workbook export to cancel.

Example: example

Responses

200 OK

Response

Body

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

Name

Description

exportId

Type: string

ID of the canceled workbook export.

Example: example

Предыдущая
Следующая