| 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] |
| Name | Value |
|---|---|
| HARD_DELETE | "hard_delete" |
| RESTORE | "restore" |