App: Export app (cancel)
Information noteLOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.
This API is extremely reliable and will not be broken unless absolutely necessary.
Method
DELETE
Path
/qrs/app/{id}/export/{token}
Description
Cancel an ongoing app export identified by {id} and {token}.
Body
-
Return value
{ "exportToken": "060dcbca-4782-4f99-a7c4-767190e85355", // same as {id} in request path "appId": "060dcbca-4782-4f99-a7c4-767190e85358", // same as {token} in request path "downloadPath": "", // always empty string "cancelled": false, // true if export was successfully canceled // false if export was already complete "schemaPath": "AppExportResponse" }
Optional parameters
-