Skip to main content
POST

Overview

Abort an in-progress direct-to-cloud upload. The server invalidates the upload, releases any reserved storage, and discards any checkpointed part_tokens. Aborting an already-completed upload returns 409. Use this endpoint when you can’t or don’t want to finish an upload — for example, when the source file is no longer available or the client crashed mid-upload.

Path Parameters

string
required
Upload identifier returned by Initiate Upload

Response

The response body is empty when the abort succeeds.