Delete an upload session. Client should send this request if:
User canceled an upload after uplaod session created.
Non-retryable error occurs.
Client need to delete the upload session, but it's undetermined if the session is already deleted.
Request
Authorization
Add the parameter
Authorization
to Headers,whose value is to concatenate the Token after the Bearer.
Example:
Authorization: Bearer ********************
Header Params
X-Cr-Purchase-Ticket
stringÂ
optional
Can be used to authenticate to paid share links with a anonymous identity. The ticket value can be obtained after an anonymous user purchase a paid share link.
Example:
1f63aa26-edc0-40ce-950a-cb4d4323158e
Body Params application/json
id
stringÂ
required
ID of the upload session.
Example:
9897ebae-7b73-4169-aabc-6396f470e4bb
uri
stringÂ
required
URI of the target placeholder file, it should have been created during creating upload session.