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: 4362ac57-ef45-45e8-ad26-c48e7e784aea
Responses
200Success
application/json
post
POST /api-gateway/personal-addresses/del-trusted-address HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 52

{
  "addressId": "4362ac57-ef45-45e8-ad26-c48e7e784aea"
}
200Success
{
  "success": true,
  "response": null
}

Last updated