Deletes a repository. If the repository contains images, you must either delete all images in the repository or use the <code>force</code> option to delete the repository.
post/#X-Amz-Target=AmazonEC2ContainerRegistry_V20150921.DeleteRepository
Headers
X-Amz-Target'AmazonEC2ContainerRegistry_V20150921.DeleteRepository' required
Request body
Response
Success
Example response
{
"repository": {
"registryId": 12345678901,
"repositoryArn": "arn:aws:ecr:us-west-2:012345678901:repository/ubuntu",
"repositoryName": "ubuntu"
}
}