Skip to main content
POST
Apply a remote upload action

Authorizations

X-Api-Key
string
header
required

Recommended. Your 16-character Videobase API key.

Body

application/json
action
enum<string>
required

Action to apply. deleteAll preserves items actively working within the last three minutes.

Available options:
retryFailed,
deleteFailed,
deleteAll,
delete
id
string

Required when action is delete.

Required string length: 12
Pattern: ^\w{12}$
Example:

"a1b2c3d4e5f6"

Response

Action result.

affected
integer
required
Required range: x >= 0