DELETE/v1/address-groups/{chainId}/{groupId}/addresses

Remove Addresses from Group

Remove multiple addresses from an existing address group. Only addresses that exist in the group will be removed. The response includes the updated group with remaining addresses.

Endpoint Details

DELETE

https://api.monitor.getfailsafe.com/server

https://api.monitor.getfailsafe.com/server/v1/address-groups/{chainId}/{groupId}/addresses

Request Body Schema

Array of addresses to remove from the group

{
  "addresses": [
    "0x1234567890123456789012345678901234567890",
    "0xabcdefabcdefabcdefabcdefabcdefabcdefabcd"
  ]
}