POST
/
workspaces
/
assets
/
upload
/
multi
/
abort
curl --request POST \
  --url https://api.mudstack.com/workspaces/assets/upload/multi/abort \
  --header 'Authorization: Bearer <token>' \
  --header 'x-account-id: <x-account-id>' \
  --header 'x-workspace-id: <x-workspace-id>'
true

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-account-id
string
required
x-workspace-id
string
required

Query Parameters

upload_id
string
required

The ID of the multi-part upload.

key
string
required

The key of the object being uploaded.

Response

200 - application/json
Successfully cancelled the multi-part upload.

The response is of type boolean.