Skip to main content
DELETE
/
projects
/
{projectId}
/
addresses
/
{addressId}
Delete address
curl --request DELETE \
  --url https://api.wavynode.com/v1/projects/{projectId}/addresses/{addressId} \
  --header 'x-api-header: <api-key>'
{
  "success": true
}

Authorizations

x-api-header
string
header
required

API key from the Wavy Node dashboard. Format: ApiKey {your-api-key}

Path Parameters

projectId
string
required

The project ID

addressId
integer
required

The address ID to delete

Response

200 - application/json

Address deleted

success
boolean