wafeq_payslips_destroy
Permanently delete a payslip by ID to remove an incorrect or obsolete payroll record. This action is irreversible.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Payslips ยท DELETE /payslips/{id}/
Delete payslip
Endpoint for deleting an existing payslip.
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. |