Remove addresses from EVM activity webhook
Remove addresses from webhook. Only valid for EVM activity webhooks.
x-glacier-api-key<token>
Api keys provide higher access to rate limits. To obtain an api key, sign up for an account at https://build.avax.network/console/utilities/data-api-keys.
In: header
Path Parameters
idstring
The webhook identifier.
addressesarray<string>
Ethereum address(es) for the address_activity event type
Response Body
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
application/json
curl -X DELETE "https://data-api.avax.network/v1/webhooks/f33de69c-d13b-4691-908f-870d6e2e6b04/addresses" \ -H "Content-Type: application/json" \ -d '{ "addresses": [ "0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E" ] }'{
"id": "string",
"url": "string",
"chainId": "string",
"status": "active",
"createdAt": 0,
"name": "string",
"description": "string",
"eventType": "address_activity",
"metadata": {
"eventSignatures": [
"0x61cbb2a3dee0b6064c2e681aadd61677fb4ef319f0b547508d495626f5a62f64"
],
"addresses": [
"0xB97EF9Ef8734C71904D8002F8b6Bc66Dd9c48a6E"
]
},
"includeInternalTxs": true,
"includeLogs": true
}{
"message": "string",
"statusCode": 400,
"error": "Bad Request"
}{
"message": "string",
"statusCode": 401,
"error": "Unauthorized"
}{
"message": "string",
"statusCode": 403,
"error": "Forbidden"
}{
"message": "string",
"statusCode": 404,
"error": "Not Found"
}{
"message": "string",
"statusCode": 429,
"error": "Too Many Requests"
}{
"message": "string",
"statusCode": 500,
"error": "Internal Server Error"
}{
"message": "string",
"statusCode": 502,
"error": "Bad Gateway"
}{
"message": "string",
"statusCode": 503,
"error": "Service Unavailable"
}Is this guide helpful?