Skip to main content
POST
Abort a multipart upload

Authorizations

Authorization
string
header
required

User session JWT (Bearer ). Must be paired with the X-Team-ID request header on team-scoped endpoints so the server knows which team's resources to operate on.

Body

application/json

Abort a multipart upload and clean up uploaded parts.

storage_key
string
required

S3 object key for the upload.

upload_id
string
required

S3 multipart upload identifier from initiate.

Response

Multipart upload aborted