codeartifact_delete_repository {paws.developer.tools} | R Documentation |
Deletes a repository
Description
Deletes a repository.
See https://www.paws-r-sdk.com/docs/codeartifact_delete_repository/ for full documentation.
Usage
codeartifact_delete_repository(domain, domainOwner = NULL, repository)
Arguments
domain |
[required] The name of the domain that contains the repository to delete. |
domainOwner |
The 12-digit account number of the Amazon Web Services account that owns the domain. It does not include dashes or spaces. |
repository |
[required] The name of the repository to delete. |
[Package paws.developer.tools version 0.9.0 Index]