v1
latestOpenAPI 3.1.02026-08-0425501.2 MBDelete Customer Address
delete/api/valor-vault/deletecustomer/{vault_id}/{address_id}
Path parameters
vault_idstring required
Vault customer ID (Numeric - Length of max chars 11)
address_idstring required
Address ID optional, If address id specified will update existing address else add a new address. (Numeric - length of chars 11)
Headers
Valor-App-IDstring required
Merchant APP ID (Alphanumeric - Length of 32 chars and special chars $@%#)
Valor-App-Keystring required
Merchant APP KEY (Alphanumeric - Length of 32 chars and special chars $@%#)
Response
200
Example response
{
"code": 200,
"status": "OK",
"message": "Success"
}