> ## Documentation Index
> Fetch the complete documentation index at: https://docs.falkordb.cloud/llms.txt
> Use this file to discover all available pages before exploring further.

# Delete custom network

> Delete a custom network.

Deletes a custom network. Delete every deployment instance running in the network first, otherwise the request fails.

## Authorization

<ParamField header="Cookie" type="string" required>
  Session cookie set by [Sign in](/api-reference/authentication/signin): `omnistrate_token=<jwt>`.
</ParamField>

## Path parameters

<ParamField path="id" type="string" required>
  ID of the custom network.
</ParamField>

## Response

Returns `200 OK` with an empty body.

## Errors

See [Error](/api-reference/schemas#error) for the error response shape.
