Importing (upload alternative)
Abort a multi part upload to a temp location using the upload id
Abort a multi-part upload to a temporary location. Requires upload_id and key.
POST
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
application/json
The upload ID of the multi-part upload
The key of the file part
Response
200 - application/json
The result of the aborted multi-part upload
Indicates if the abort was successful