Deleting an address from the address book
Last updated 2 months ago
The ID of the address in the system
"23c19faa-1ebd-4f53-bd53-eab06c6e6a11"
Request success indicator
const response = await fetch('https://app.apollopayment.io/api-gateway/address-book/remove', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false, "response": null }