DELETE /customers
Delete a customer by using their ID number.
PARAMETER | DETAILS |
---|---|
username | This request expects a merchant’s private API key to be provided as the username with a blank password. A public API key can not be used for this type of request. |
id | ID of the customer to delete. |
ERROR CODE | MESSAGE |
---|---|
17001 | Could not find the specified customer. |
DELETE A CUSTOMER
Sample Curl Request
curl -u private-api-key: https://api.paymentspring.com/api/v1/customers/62a987ed39
Expected Response Data
{ "success": true }