---
title: "removeWebhook"
method: POST
path: "/bot{token}/setWebhook?remove"
---

# removeWebhook

`POST /bot{token}/setWebhook?remove`

Use this method to remove a previously set outgoing webhook.

## Path parameters

- `token` string, required

## Request body

- object
  - `url` string — You need not specify any params. The helper method will take care for you.

## Response `200`

200

- union
  - object
    - `ok` boolean
    - `result` boolean
    - `description` string
  - object
    - `ok` boolean
    - `result` boolean
    - `description` string
  - object
    - `ok` boolean
    - `result` boolean
    - `description` string

---

[API](https://skmtc.net/telegram/apis/api-settings.md) · [All operations](https://skmtc.net/telegram/apis/api-settings/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/telegram/api-settings/versions/1933ff0a8d5f/schema)
