---
title: "DELETE /networks/{networkId}"
method: DELETE
path: "/networks/{networkId}"
---

# DELETE /networks/{networkId}

`DELETE /networks/{networkId}`

Deletes a Wickr network and all its associated resources, including users, bots, security groups, and settings. This operation is permanent and cannot be undone.

## Path parameters

- `networkId` string, required

## Headers

- `X-Client-Token` string

## Response `200`

Success

- DeleteNetworkResponse
  - `message` string — A message indicating that the network deletion has been initiated successfully.

## Other responses

- `480` — ValidationError
- `481` — BadRequestError
- `482` — ResourceNotFoundError
- `483` — ForbiddenError
- `484` — UnauthorizedError
- `485` — InternalServerError
- `486` — RateLimitError

---

[API](https://skmtc.net/aws/apis/wickr.md) · [All operations](https://skmtc.net/aws/apis/wickr/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aws/wickr/versions/71d396c2af63/schema)
