> For the complete documentation index, see [llms.txt](https://3commas.gitbook.io/3commas-official-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://3commas.gitbook.io/3commas-official-api-docs/grid-bot/delete-grid-bot.md).

# Delete Grid Bot

<br>

**Description:** Deletes an existing Grid Bot in place using its ID\ <br>

**Permission:** BOTS\_WRITEE\
**Security:** SIGNED\ <br>

> <mark style="color:red;">**`DELETE`**</mark>
>
> `/ver1/grid_bots/{id}`

<br>

## Path Parameters<br>

**id**     `integer`     <mark style="color:orange;">required</mark>\
Unique 3Commas ID for this Grid Bot entity

<br>

## Response Parameters<br>

```
NONE
```

\ <br>

## Example Request<br>

```json
DELETE /ver1/grid_bots/2320287
```

\ <br>

## Example Response and errors<br>

<details>

<summary>Status: 200 OK</summary>

<br>

```
NONE
```

</details>

<details>

<summary>Status: 401 Unauthorized</summary>

<br>

```json
{
    "error": "signature_invalid",
    "error_description": "Provided signature is invalid"
}
```

</details>
