Статья создана
Cancel workbook export
Cancels the specified workbook export.
Request
POST
https://api.datalens.tech/rpc/cancelWorkbookExport
Headers
|
Name |
Description |
|
x-dl-api-version |
Type: string API version header. Const: Example: |
Body
application/json
{
"exportId": "example"
}
|
Name |
Description |
|
exportId |
Type: string ID of the workbook export to cancel. Example: |
Responses
200 OK
Response
Body
application/json
{
"exportId": "example"
}
|
Name |
Description |
|
exportId |
Type: string ID of the canceled workbook export. Example: |