Customers
Delete Customer Permanently
The organization user can remove consumer data permanently from the Voucherify system by using this API method. It deletes all customer data and connected resources. It makes the customer profile forgotten by Voucherify.
post/v1/customers/{customerId}/permanent-deletion
Response
Returns a permanent deletion object and status of the deletion.
Example response
{
"id": "del_mgzqZNwUnwnt1Ddw6phEG90Q",
"created_at": "2022-09-02T17:55:47.865Z",
"related_object_id": "cust_m557pDDl4IGXexkU6KOQ2Dwi"
}