Skip to main content
POST
Error

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Body

application/json

Request for bulk remove package action

PackageIds
string<guid>[]
required

A globally unique identifier

DelayedDeletionTime
integer | null

Number of days the packages' audit proofs are kept after the packages are deleted. When omitted, the environment's configured delayed deletion time applies. Set to 0 to keep audit proofs indefinitely until they are removed with an explicit delete-audit-proofs call.

Required range: x >= 0

Response

An unique identifier of the created bulk action session.

A bulk action session unique identifier

Example:

"00000000-0000-0000-0000-000000000000"