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-key: <api-key>'
{
  "success": true
}

Authorizations

x-api-key
string
header
required

Enter the full value with the ApiKey prefix. Example: ApiKey wavy_your-api-key. The prefix is required for authentication.

Path Parameters

projectId
string
required

The project ID

addressId
integer
required

The address ID to delete

Response

200 - application/json

Address deleted

success
boolean