Cut.ProDocs
Videos

Discard a multipart upload

Releases the parts already uploaded. Without this they keep occupying (and billing) storage — there is no object yet for a lifecycle rule to match.

X-Api-Key<token>

In: header

Request Body

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

POST
/videos/upload/multipart/abort
curl -X POST "https://example.com/videos/upload/multipart/abort" \  -H "Content-Type: application/json" \  -d '{    "video_id": "string",    "upload_id": "string"  }'
{  "video_id": "string"}