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

# DELETE /networks/{networkId}/bots/{botId}

`DELETE /networks/{networkId}/bots/{botId}`

Deletes a bot from a specified Wickr network. This operation permanently removes the bot account and its associated data from the network.

## Path parameters

- `networkId` string, required
- `botId` string, required

## Response `200`

Success

- DeleteBotResponse
  - `message` string — A message indicating the result of the bot deletion operation.

## 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)
