v2
latestOpenAPI 3.1.02026-07-267085761.0 MBDeveloper API Address
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.
delete/api/user-api/address/payee/delete
Headers
X-Api-Keystring required
Your API Key (UUID format). Required to identify and authorize each request
Your API Key (UUID format). Required to identify and authorize each request
X-Api-Secretstring required
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Secret associated with your API Key. Used for authenticating requests. Keep this secure.
Request body
Example request
{
"payee_id": "f47ac10b-****-****-****-0e02b2c3d479",
"address_id": "2d8c5ca1-98cb-42f7-8c1e-70a2b0b8e8f1"
}Response
Successful Response
Example response
{
"success": true,
"message": "Operation completed.",
"queryGeneratedTime": 1718006400
}