wafeq_invoices_line_items_destroy
Delete a line item from an invoice permanently. Use to remove incorrect or unwanted invoice line items.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Invoice Line Items ยท DELETE /invoices/{invoice_id}/line-items/{id}/
Delete invoice line item
Endpoint for deleting an existing 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. |