wafeq_employees_destroy
Permanently delete an employee record from Wafeq. Use this destructive endpoint to remove an existing employee by ID, with optional idempotency key for safe retries.
Instructions
🔴 DESTRUCTIVE · deletes · Employees · DELETE /employees/{id}/
Delete employee
Endpoint for deleting an existing employee.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| idempotency_key | No | Optional idempotency key (sent as the X-Wafeq-Idempotency-Key header). A UUID v4 is generated automatically when omitted, so an automatic network retry can never duplicate this operation. Pass your own stable value to make a deliberate re-invocation safe as well. |