wafeq_debit_notes_destroy
Delete a debit note permanently from Wafeq using its ID. Removes the record irreversibly to keep your financial data accurate.
Instructions
🔴 DESTRUCTIVE · deletes · Debit Notes · DELETE /debit-notes/{id}/
Delete debit note
Endpoint for deleting an existing debit note.
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. |