delete https://cgc-api.sbgenomics.com/v2
/upload/multipart/{upload_id}
This call aborts an ongoing upload.
https://cgc-api.sbgenomics.com/v2/upload/multipart/{upload_id}
Request
Example request
DELETE /v2/upload/multipart/X5FKyV7JVCdg0cidZKImOZRvAgahy9znuHq1PMsOZ85de6x53UOcJAcCDXANVTpm HTTP/1.1
Host: cgc-api.sbgenomics.com
X-SBG-Auth-Token: 3210a98c1db9318fa9d9273156740f74
curl -s -H "X-SBG-Auth-Token: 3210a98c1db9318fa9d9273156740f74" -H "content-type: application/json" -X DELETE "https://cgc-api.sbgenomics.com/v2/upload/multipart/X5FKyV7JVCdg0cidZKImOZRvAgahy9znuHq1PMsOZ85de6x53UOcJAcCDXANVTpm"
Header Fields
Name | Description |
---|---|
X-SBG-Auth-Token required | Your CGC authentication token. |
Content-Type required | application/json |
Path parameters
Name | Description |
---|---|
upload_id | The ID for the upload, returned by a call to initialize a multipart upload or to List current multipart uploads. |
Response
See a list of CGC-specific response codes that may be contained in the body of the response.
HTTP/1.1 204 No Content
Date: Tue, 29 Mar 2016 15:47:44 GMT
Connection: close