Skip to main content

MultipartAbortRequestSchema

filenamestringrequired

Filename returned by Get multipart signed URL identifying the upload session to cancel.

Example: training-data.jsonl
uploadIDstringrequired

Upload session ID to cancel, returned by Get multipart signed URL.

Example: 2~exampleUploadId
MultipartAbortRequestSchema
{
"filename": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"uploadID": "2~adqNp1RR-xg40ZHsgScvwQe9YWtadW5"
}