v1

latestOpenAPI 3.0.1MIT2026-07-263151,3912.3 MB
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.

idstring required

Unique permanent deletion object ID.

created_atstring date-time required

Timestamp representing the date and time when the customer was requested to be deleted in ISO 8601 format.

related_object_idstring required

Unique customer ID that is being deleted.

related_objectstring required

Object being deleted.

statusstring required

Deletion status.

objectstring required

The type of the object represented by JSON.

Example response

{
  "id": "del_mgzqZNwUnwnt1Ddw6phEG90Q",
  "created_at": "2022-09-02T17:55:47.865Z",
  "related_object_id": "cust_m557pDDl4IGXexkU6KOQ2Dwi"
}