Delete Payee Address
Delete an address associated with a payee.
This endpoint allows you to:
- Remove outdated or invalid location records
- Maintain clean beneficiary records
- Prevent incorrect billing or fulfillment usage
- Promote another address as default if required
If the deleted address was marked as default, another saved address may automatically be promoted.
Headers
Your API Key (UUID format). Required to identify and authorize each request
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Body
Unique identifier for the payee whose addresses are being managed.
"f47ac10b-****-****-****-0e02b2c3d479"
Unique identifier for the payee address record.
"2d8c5ca1-98cb-42f7-8c1e-70a2b0b8e8f1"
Optional address_id to mark as default if the requested address was defaulted.
Response
Successful Response
Indicates whether the request was processed successfully.
true
A short, human-readable message describing the result of the request.
"Operation completed."
The main response payload, if applicable
The Unix timestamp (in seconds) indicating when the response was generated.
1718006400
