Delete registry | Cloud Providers | Northflank API docs
v1
Double column
API
CLI
JS Client

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 required

      ID of the docker registry

Response body

  • {object}

    Response object.

    • data

      {object} required

      Result 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

    © 2024 Northflank Ltd. All rights reserved.