The digests property
The tags property
To delete a container repository including all of its tags, send a DELETE request to/v2/registries/$REGISTRY_NAME/repositories/$REPOSITORY_NAME.A successful request will receive a 204 status code with no body in response.This indicates that the request was processed successfully.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
To delete a container repository including all of its tags, send a DELETE request to/v2/registries/$REGISTRY_NAME/repositories/$REPOSITORY_NAME.A successful request will receive a 204 status code with no body in response.This indicates that the request was processed successfully.
OptionalrequestConfiguration: RequestConfiguration<object>Configuration for the request such as headers, query parameters, and middleware options.
Builds and executes requests for operations under /v2/registries/{registry_name}/repositories/{repository_name}