Delete Customer
gorgias_delete_customerPermanently delete a specific customer from Gorgias using their ID. This irreversible action removes the customer record entirely.
Instructions
DELETE /api/customers/{id} — Permanently delete a single customer by ID. This operation is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The ID of the customer to delete. |