---
title: "Remove block webhook"
method: DELETE
path: "/api/v2/{coin}/webhooks"
tags: ["Webhook"]
---

# Remove block webhook

`DELETE /api/v2/{coin}/webhooks`

Removing a webhook will cause new events of the specified type to no
longer trigger HTTP callbacks to your URLs.

## Path parameters

- `coin` string, required — A cryptocurrency or token ticker symbol.

## Request body

- object
  - `type` 'block' | 'wallet_confirmation', required
  - `url` string, uri, required
  - `id` string

## Response `200`

OK

- object
  - `removed` integer — Number of block webhooks removed.

---

[API](https://skmtc.net/bitgo/apis/bitgo-api.md) · [All operations](https://skmtc.net/bitgo/apis/bitgo-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/bitgo/bitgo-api/revisions/e445c15e5bee/schema)
