Deleting an address from the address book
Last updated 1 month ago
The ID of the address in the system
Request success indicator
const response = await fetch('https://ocp.payonchain.org/api-gateway/address-book/remove', { method: 'POST', headers: { "Content-Type": "application/json" }, body: JSON.stringify({}), }); const data = await response.json();
{ "success": false }