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: 0fe0a6e3-b5e5-4439-a622-49a85194c415
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": "0fe0a6e3-b5e5-4439-a622-49a85194c415"
}
200Success
{
  "success": true,
  "response": null
}

Last updated