RepositoriesApi
All URIs are relative to https://api.ionos.com/containerregistries
DELETE /registries/{registryId}/repositories/{name}
Delete repository
registries_repositories_delete
registries_repositories_delete(registry_id, name)
Delete repository
Delete all repository contents The registry V2 API allows manifests and blobs to be deleted individually but it is not possible to remove an entire repository. This operation is provided for convenience
Examples
Using the registries_repositories_delete_with_http_info variant
This returns an Array which contains the response data (nil
in this case), status code and headers.
<Array(nil, Integer, Hash)> registries_repositories_delete_with_http_info(registry_id, name)
Parameters
registry_id
The unique ID of the registry
name
String
The name of the repository
Return type
nil (empty response body)
Authorization
basicAuth, tokenAuth
HTTP request headers
Content-Type: Not defined
Accept: Not defined
Last updated