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

# Remove wallet webhook

`DELETE /api/v2/{coin}/wallet/{walletId}/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.
- `walletId` string, required

## Request body

- object
  - `type` 'txRequest' | 'txRequestTransaction' | 'transfer' | 'transaction' | 'transactionRemoved' | 'transactionExpire' | 'unspentExpiry' | 'pendingapproval' | 'address_confirmation' | 'lowFee' | 'block' | 'admin' | 'circuitBreaker' | 'transaction_finality_on_l1' | 'lowFeeAddressBalance' | 'stuckTx' | 'endInvestorOnboardingInvite' | 'endInvestorOnboardingAccepted' — Event type to listen to.
  - `url` string, uri
  - `id` string

## Response `200`

OK

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

## Other responses

- `400` — Bad Request

---

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