Skip to main content
POST
/
user
/
bulk
/
action
Bulk action on files or collections
curl --request POST \
  --url https://pria.praxislxp.com/user/bulk/action \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "ids": [
    "<string>"
  ],
  "type": "upload",
  "action": "delete",
  "target": "<string>"
}
'

Authorizations

Authorization
string
header
required

JWT token passed in authorization header

Body

application/json
ids
string[]
required
type
enum<string>
required
Available options:
upload,
collection
action
enum<string>
required
Available options:
delete,
include,
exclude,
reprocess,
moveVault,
moveToCollection
target
string

Target collection ID for moveToCollection action

Response

200

Bulk action completed