cURL
curl --request DELETE \ --url https://sbx-{sandbox_id}-{workspace_id}.{region}.bl.run/filesystem-multipart/{uploadId}/abort \ --header 'Authorization: Bearer <token>'
{ "message": "File created successfully", "path": "/path/to/file" }
Abort a multipart upload and clean up all parts
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Upload ID
Upload aborted
"File created successfully"
"/path/to/file"
Was this page helpful?