cURL
curl --request DELETE \ --url https://api-beta.pepay.io/api/v1/commerce/merchant/addresses/{addressId} \ --header 'x-commerce-api-key: <api-key>'
{ "success": true, "data": { "addressId": "<string>", "message": "Address deleted successfully" } }
Delete a saved address scoped to the authenticated merchant.
Legacy alias for commerce-scoped API keys. Prefer x-api-key with scope=commerce.
x-api-key
Address deleted successfully
true
Show child attributes
Was this page helpful?