Deletes a repository. If the repository contains images, you must either delete all images in the repository or use the force
option to delete the repository.
See https://www.paws-r-sdk.com/docs/ecr_delete_repository/ for full documentation.
ecr_delete_repository(registryId = NULL, repositoryName, force = NULL)
The Amazon Web Services account ID associated with the registry that contains the repository to delete. If you do not specify a registry, the default registry is assumed.
[required] The name of the repository to delete.
If a repository contains images, forces the deletion.