RepositoriesApi
Last updated
Last updated
All URIs are relative to https://api.ionos.com/containerregistries
Method | HTTP request | Description |
---|---|---|
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
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)
nil (empty response body)
basicAuth, tokenAuth
Content-Type: Not defined
Accept: Not defined
Name | Type | Description | Notes |
---|---|---|---|
DELETE /registries/{registryId}/repositories/{name}
Delete repository
registry_id
The unique ID of the registry
name
String
The name of the repository