wafeq_bills_line_items_destroy
Delete a line item from a bill permanently using bill ID and line item ID. Removes the record from Wafeq when no longer needed.
Instructions
๐ด DESTRUCTIVE ยท deletes ยท Bill Line Items ยท DELETE /bills/{bill_id}/line-items/{id}/
Delete bill line item
Endpoint for deleting an existing bill line item.
Permanently removes the record.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| bill_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. |