Delete an address

Deleting an address from the address book

Delete an 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: 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