Deleting an address from the address book
Last updated 3 months ago
The ID of the address in the system
"fa04e288-dd98-4901-8c0a-d9bf3b98cace"
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 }