Deleting a trusted address
Removing an address from the user's trusted addresses list
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
87887ec8-11f1-466d-9aa3-879bf3fb84f7
Responses
200Success
application/json
post
POST /api-gateway/personal-addresses/del-trusted-address HTTP/1.1
Host: ocp.onchainpay.io
Content-Type: application/json
Accept: */*
Content-Length: 52
{
"addressId": "87887ec8-11f1-466d-9aa3-879bf3fb84f7"
}
200Success
{
"success": true,
"response": null
}
Last updated