MultipartAbortRequestSchema
filenamestringrequired
Filename returned by Get multipart signed URL identifying the upload session to cancel.
Example:
training-data.jsonluploadIDstringrequired
Upload session ID to cancel, returned by Get multipart signed URL.
Example:
2~exampleUploadIdMultipartAbortRequestSchema
{
"filename": "a1b2c3d4-e5f6-7890-abcd-ef1234567890",
"uploadID": "2~adqNp1RR-xg40ZHsgScvwQe9YWtadW5"
}
Was this page helpful?