cURL
curl --request DELETE \ --url https://api.portalhq.io/api/v3/custodians/me/alerts/webhooks/external-addresses/{externalAddressId} \ --header 'Authorization: Bearer <token>'
{ "success": true }
Remove an external address from alert webhook notifications. The address will no longer be monitored for transactions.
Portal API Key (Custodian API Key). Pass as a Bearer token in the Authorization header.
The unique identifier of the external address.
External address deleted successfully
Was this page helpful?