---
title: "Delete Network"
method: DELETE
path: "/v2/cloud-gateways/networks/{networkId}"
tags: ["Networks"]
---

# Delete Network

`DELETE /v2/cloud-gateways/networks/{networkId}`

Deletes a Cloud Gateway network by ID. The network cannot be referenced by any active configuration before it can be deleted.

## Path parameters

- `networkId` string, uuid, required — The network ID to operate on. For serverless.v1 kind of cloud gateways, this field should be omitted.

## Response `204`

No Content

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not Found

---

[API](https://skmtc.net/kong/apis/konnect-api-go-sdk.md) · [All operations](https://skmtc.net/kong/apis/konnect-api-go-sdk/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kong/konnect-api-go-sdk/versions/f920f418f552/schema)
