Deleting a trusted address

Removing an address from the user's trusted addresses list

Deleting a trusted address

post
Header parameters
x-api-public-keystringOptional

Public API-key

x-api-signaturestringOptional

Signing the request body with a private API-key

Content-typestringOptional

Request content type

Example: application/json
Body
addressIdstringOptional

The ID of the address in the system

Example: 693c806e-0783-4714-a8ec-5678901803c0
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": "693c806e-0783-4714-a8ec-5678901803c0"
}
200Success
{
  "success": true,
  "response": null
}

Last updated