delete https://cavatica-api.sbgenomics.com/v2
/upload/multipart/{upload_id}
For general information on the API, including formatting, parameters, and pagination, please see the API Overview.
This call aborts an ongoing upload.
https://cavatica-api.sbgenomics.com/v2/upload/multipart/{upload_id}
Request
Example request
DELETE /v2/upload/multipart/0rand0mQtmDILPCn1Gnhm8NC9qInFSzAo08sGG3AQmGzFXjmsw0Q9OlH55jTMcEg HTTP/1.1
Host: cavatica-api.sbgenomics.com
X-SBG-Auth-Token: 3259c50e1ac5426ea8f1273259740f74
curl -s -H "X-SBG-Auth-Token: 3259c50e1ac5426ea8f1273259740f74" -H "content-type: application/json" -X DELETE "https://cavatica-api.sbgenomics.com/v2/upload/multipart/0rand0mQtmDILPCn1Gnhm8NC9qInFSzAo08sGG3AQmGzFXjmsw0Q9OlH55jTMcEg"
Header Fields
Name | Description |
---|---|
X-SBG-Auth-Token required | Your CAVATICA 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 CAVATICA-specific response codes that may be contained in the body of the response.