Abort a multipart upload and discard uploaded parts (live).
curl --request POST \
--url https://api.case.dev/vault/{id}/multipart/abort \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"objectId": "<string>",
"uploadId": "<string>"
}
'API key starting with sk_case_
Vault ID
Multipart upload aborted successfully
Was this page helpful?
curl --request POST \
--url https://api.case.dev/vault/{id}/multipart/abort \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"objectId": "<string>",
"uploadId": "<string>"
}
'