Skip to content
Longport Whale
Dataset Download

Delete Dataset Download Info

A shared general-purpose interface, not tied to any single menu.json page, used to clean up download records produced by POST /v1/datasets/{template_id}/download (mode:1 async export); the id is the same as in the "Query File Download Info" interface. Confirmed by testing: in the test environment (b-api.longbridge.xyz) this path always returns 404000 route not found (same with or without a body), and a later GET on the same id showed the record still exists, indicating that as of verification the route was not yet actually deployed/effective in the test environment, rather than a request-method or parameter error. Not verified in production.

DELETEhttps://b-api.longbridge.xyz/v1/datasets/download/{id}

Authorization

AuthorizationstringheaderRequired

Send the Broker ACCESS_TOKEN as Authorization: Bearer <token>.

Parameters

idstringRequired

A path parameter taken from data.file_download_id in the /v1/datasets/{template_id}/download (mode=1) response; it can also be taken from the id field of a row returned by the porter_download_records template (the same download_records table; both have been verified to match).

Responses

HTTP 200No confirmable field definitions are available for the response yet.
Standard response envelopecodemessagedata
dataobjectdata structure

No nested fields

Whale Docs