codeartifact_delete_package_group: Deletes a package group

View source: R/codeartifact_operations.R

codeartifact_delete_package_groupR Documentation

Deletes a package group

Description

Deletes a package group. Deleting a package group does not delete packages or package versions associated with the package group. When a package group is deleted, the direct child package groups will become children of the package group's direct parent package group. Therefore, if any of the child groups are inheriting any settings from the parent, those settings could change.

See https://www.paws-r-sdk.com/docs/codeartifact_delete_package_group/ for full documentation.

Usage

codeartifact_delete_package_group(domain, domainOwner = NULL, packageGroup)

Arguments

domain

[required] The domain that contains the package group to be deleted.

domainOwner

The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces.

packageGroup

[required] The pattern of the package group to be deleted.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.