k0rdent AI Docs

Delete network

Visibility: internal · public ( OpenAPI Custom Extension: x-visibility )

Delete network definition.

DELETE
/v1/regions/{region}/projects/{project}/compute/networks/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication using OAuth2/OIDC tokens

In: header

Path Parameters

region*string

Region identifier

project*string

Project identifier

id*string

Unique network identifier

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.k0rdent.ai/v1/regions/string/projects/string/compute/networks/string"
Empty
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}

How is this guide?

On this page

No Headings