wafeq_debit_notes_line_items_destroy
Permanently delete a debit note line item using its debit note ID and line item ID. Removes the record from Wafeq when no longer needed.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Debit Note Line Items ยท DELETE /debit-notes/{debit_note_id}/line-items/{id}/
Delete debit note line item
Endpoint for deleting an existing debit note line item.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| debit_note_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. |