Delete an address
Deleting an address from the address book
Header parameters
x-api-public-keystringOptional
Public API-key
x-api-signaturestringOptional
Signing the request body with a private API-key
Content-typestringOptionalExample:
Request content type
application/json
Body
addressIdstringOptionalExample:
The ID of the address in the system
cd6c060f-e760-41d3-b7b9-0d053ea5d3f5
Responses
200Success
application/json
post
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"
}
200Success
{
"success": true,
"response": null
}
Last updated