Deleting an address from the address book
Last updated 1 month ago
The ID of the address in the system
"dfd2669d-48e4-4843-91d5-43930f47da2d"
Request success indicator
const response = await fetch('https://ocp.onchainpay.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 }