Cancel a Multipart Upload Event¶
POST /api/v1/rum_sourcemap/upload_cancel
Overview¶
The third optional operation in the sourcemap compressed file upload (multipart upload) process. Cancel an uploaded part. Generally used for resuming or re-uploading parts. For details, refer to: SourceMap Multipart Upload Related Interface Usage Instructions
Body Request Parameters¶
Parameter Name | Type | Required | Description |
---|---|---|---|
uploadId | string | Y | Multipart Upload Event Id Allowed to be empty: False |
Parameter Additional Explanation¶
Request Example¶
curl 'https://openapi.truewatch.com/api/v1/rum_sourcemap/upload_cancel' \
-H 'Content-Type: application/json' \
-H 'DF-API-KEY: <DF-API-KEY>' \
--data-raw $'{\n "uploadId": "65ef45944fac157005cb73de48e81f161Lfv5UOs"\n}' \
--compressed