Cloud Providers /
Delete registry
Delete the given docker registry. Fails if the docker registry is associated with existing clusters.
Required permission
Account > Cloud > Registries > Delete
Path parameters
registryId
string requiredID of the docker registry
Response body
- {object}Response object.
data
{object} requiredResult data.
API
CLI
JS Client
DELETE /v1/cloud-providers/docker-registries/{registryId}
Example response
200 OK
The operation was performed successfully.
JSON
{
"data": {}
}
Example response
409 Conflict
The registry couldn't be deleted as it has dependencies that have not been deleted