wafeq_simplified_invoices_line_items_destroy
Permanently remove a line item from a simplified invoice using its invoice ID and line item ID. Enables cleanup of incorrect or obsolete entries with an irreversible delete call.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Simplified Invoice Line Items ยท DELETE /simplified-invoices/{invoice_id}/line-items/{id}/
Delete simplified invoice line item
Endpoint for deleting an existing simplified invoice line item.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| invoice_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. |