Deletes a repository. If the repository isn't empty, you must either delete the contents of the repository or use the force
option to delete the repository and have Amazon ECR delete all of its contents on your behalf.
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 true, deleting the repository force deletes the contents of the repository. If false, the repository must be empty before attempting to delete it.