Uploads (Chunked)
Remove upload session
Abort an upload session and discard all data uploaded.
This cannot be reversed.
The actual endpoint URL is returned by the Create upload session and Get upload session endpoints.
delete/files/upload_sessions/{upload_session_id}
Path parameters
upload_session_idstring required
The ID of the upload session.
Response
A blank response is returned if the session was successfully aborted.