disposePackageVersions
inline suspend fun CodeartifactClient.disposePackageVersions(crossinline block: DisposePackageVersionsRequest.Builder.() -> Unit): DisposePackageVersionsResponse
Deletes the assets in package versions and sets the package versions' status to Disposed
. A disposed package version cannot be restored in your repository because its assets are deleted.
To view all disposed package versions in a repository, use ListPackageVersions and set the status parameter to Disposed
.
To view information about a disposed package version, use DescribePackageVersion.