Delete an address
Last updated
Last updated
Deleting an address from the address book
Public API-key
Signing the request body with a private API-key
Request content type
application/json
The ID of the address in the system
aab38ce3-3a0c-40ce-b6ef-27f731992b86
POST /api-gateway/address-book/remove HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"addressId": "aab38ce3-3a0c-40ce-b6ef-27f731992b86"
}
{
"success": true,
"response": null
}