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: aab38ce3-3a0c-40ce-b6ef-27f731992b86
Responses
200Success
application/json
post
POST /api-gateway/address-book/remove HTTP/1.1
Host: app.apollopayment.io
Content-Type: application/json
Accept: */*
Content-Length: 52

{
  "addressId": "aab38ce3-3a0c-40ce-b6ef-27f731992b86"
}
200Success
{
  "success": true,
  "response": null
}

Last updated