Deleting a trusted address
Last updated
Last updated
Removing an address from the user's trusted addresses list
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
4362ac57-ef45-45e8-ad26-c48e7e784aea
POST /api-gateway/personal-addresses/del-trusted-address HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"addressId": "4362ac57-ef45-45e8-ad26-c48e7e784aea"
}
{
"success": true,
"response": null
}