v1
latestOpenAPI 3.0.02026-07-141,4077,1665.2 MBSynthetics
Abort a multipart upload of a test file
Abort an in-progress multipart file upload for a Synthetic test. This cancels the upload and releases any storage used by already-uploaded parts.
post/api/v2/synthetics/tests/{public_id}/files/multipart-upload-abort
Path parameters
public_idstring required
Example:abc-def-123
The public ID of the Synthetic test.
Request body
Example request
{
"key": "org-123/api-upload-file/abc-def-123/2024-01-01T00:00:00_uuid.json",
"uploadId": "upload-id-abc123"
}Response
No Content