/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
coin
stringRequiredbtc
walletId
stringRequired59cd72485007a239fb00282ed480da1f
^[0-9a-f]{32}$
type
string txRequest
txRequestTransaction
transfer
transaction
transactionRemoved
transactionExpire
pendingapproval
address_confirmation
lowFee
block
admin
circuitBreaker
transaction_finality_on_l1
transfer
url
string <uri>
https://your.server.com/user_webhook
id
string 59cd72485007a239fb00282ed480da1f
^[0-9a-f]{32}$
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
var walletId = '58d99…39604'; var url = 'http://your.server.com/webhook'; bitgo .coin('tbtc4') .wallets() .get({ id: walletId }) .then(function (wallet) { return wallet.removeWebhook({ url: url, type: 'transfer', }); }) .then(function (result) { console.dir(result); });
removed
integer 1
name
string context
object required error
string required requestId
string required