Delete Customer Profile
This request will allow you to delete a customer stored in your PayTrace customer database/vault.
Request
Response
POST: /v1/customer/delete
REQUEST:
{"customer_id":"customer789"}
Field types: R – Required, O – Optional, C - Conditional
RESPONSE:
{
"success": true,
"response_code": 162,
"status_message": "The customer profile for customer789/Steve Smith was successfully deleted.",
"customer_id": "customer789"
}
page revision: 1, last edited: 17 Apr 2015 22:59