Delete User
gorgias_delete_userPermanently delete a user by their unique ID. Irreversible action to remove user accounts from Gorgias.
Instructions
DELETE /api/users/{id} — Permanently delete a single user by ID. Deletion is irreversible.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique ID of the user to delete |