Skip to main content
DELETE
/
addresses
/
{addressId}
Delete an address
curl --request DELETE \
  --url https://api.equalsmoney.com/v2/addresses/{addressId} \
  --header 'Authorization: <api-key>'

Authorizations

Authorization
string
header
required

Path Parameters

addressId
string<uuid>
required

The ID of the address to work with.

Query Parameters

accountId
string
required

The ID of the account to work with.

Example:

"F50091"

Response

204 - application/json

No Content