The AWS account ID associated with the registry that contains the
repository policy to delete. If you do not specify a registry, the
default registry is assumed.
repositoryName
[required] The name of the repository that is associated with the repository policy
to delete.
if (FALSE) {
# This example deletes the policy associated with the repository named# ubuntu in the current account.svc$delete_repository_policy(
repositoryName = "ubuntu")
}