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
cd6c060f-e760-41d3-b7b9-0d053ea5d3f5
POST /api-gateway/address-book/remove HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"addressId": "cd6c060f-e760-41d3-b7b9-0d053ea5d3f5"
}
{
"success": true,
"response": null
}