Skip to main content
POST
/
outbound
/
uploads
/
{uploadId}
/
abort
Abort outbound multipart upload and cleanup temp parts
curl --request POST \
  --url https://api.sftpsync.io/outbound/uploads/{uploadId}/abort \
  --header 'x-api-key: <api-key>'
{
  "message": "Upload a1b2c3d4 aborted and cleaned up"
}

Authorizations

x-api-key
string
header
required

Path Parameters

uploadId
string
required

Response

Upload aborted

message
string
required