delete /app/{id}/export/{token}

Stability index

LOCKED.
This API is extremely reliable and will not be broken unless absolutely necessary.

Path parameters

id (required)
token (required)

Return type

AppExportResponse

Example data

Content-Type: application/json

{ "exportToken" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "downloadPath" : "downloadPath", "schemaPath" : "schemaPath", "appId" : "046b6c7f-0b8a-43b9-b35d-6489e6daee91", "cancelled" : true }

Responses

200
OK