Files API
Abort Upload
Abort an in-progress direct-to-cloud upload and clean up its resources
POST
Overview
Abort an in-progress direct-to-cloud upload. The server invalidates the upload, releases any reserved storage, and discards any checkpointedpart_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
Upload identifier returned by Initiate Upload