# Delete a network

Collection: api
Human docs: https://zei.sh/docs/api

Delete an organization network.

DELETE /public/networks/:networkId
Permission: ORG_MANAGE.
Remove the network from dependent sandboxes before deleting it.
Response: The deleted network resource.

Example:

```
curl -X DELETE https://api.zei.sh/api/v1/public/networks/:networkId \
  -H "X-API-Key: $ZEISH_API_KEY"
```
