Data Types

CancelJob

Cancels an in-progress background job.

Requires a secret_* API key.

DELETE /v2/accounts/{accountId}/jobs/{jobType}/{jobId}
cURL
1curl "https://api.upload.io/v2/accounts/{accountId}/jobs/{jobType}/{jobId}" \
2 -X DELETE \
3 -H "Authorization: Bearer YOUR_API_KEY"
Response (204)
1No response

Request Body

None for this endpoint.

Response Body

None for this endpoint.

URL Parameters

accountId

Your account ID.

This is visible on the settings page:

https://upload.io/dashboard/settings

Example: A623uY2

Type: String

Length: 7

In: Path

Required: Yes

jobId

Job ID.

Example: 01ARZ3NDEKTSV4RRFFQ69G5FAV

Type: String

Length: 26

In: Path

Required: Yes

jobType

Job type.

Type: String

Allowed Values: "CopyFileBatchJob", "CopyFolderBatchJob", "DeleteFileBatchJob", "DeleteFolderBatchJob"

In: Path

Required: Yes

Request Headers

Authorization

Add one of these Authorization header values to your request:

Option 1: prefix "Bearer " to your API key. The result is your Authorization header value.

Option 2: use HTTP basic authorization, specifying apikey as your username, and your API key as your password.

Note: this endpoint requires a secret_* API key.

Type: String

In: Header

Required: Yes

Was this section helpful? Yes No

You are using an outdated browser.

This website requires a modern web browser -- the latest versions of these browsers are supported: