v1

latestOpenAPI 3.0.02026-07-141,4077,1665.2 MB
Synthetics

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

keystring required

The full storage path of the file whose upload should be aborted.

uploadIdstring required

The upload ID of the multipart upload to abort.

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