cURL
curl --request DELETE \ --url https://api.wavynode.com/v1/projects/{projectId}/addresses/{addressId} \ --header 'x-api-header: <api-key>'
{ "success": true }
Removes a relevant address from the project’s monitored address list.
API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}
The project ID
The address ID to delete
Address deleted