/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
stringRequired"btc"
walletId
stringRequired"59cd72485007a239fb00282ed480da1f"
^[0-9a-f]{32}$
type
string transfer
transaction
pendingapproval
address_confirmation
lowFee
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('tbtc') .wallets() .get({ id: walletId }) .then(function (wallet) { return wallet.removeWebhook({ url: url, type: 'transfer', }); }) .then(function (result) { console.dir(result); });
removed
integer 1
error
string required requestId
string required context
object name
string required