Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 658 Bytes

File metadata and controls

20 lines (13 loc) · 658 Bytes

PackageRecycleBin

Properties

Name Type Description Notes
action ActionEnum The action to perform on soft-deleted packages.
identifiers List<String> A list of soft-deleted package identifiers to action.
repository String The repository name to filter packages to. If not provided, the action will be performed across all accessible repositories in the workspace. [optional]

Enum: ActionEnum

Name Value
HARD_DELETE "hard_delete"
RESTORE "restore"