Tool to delete line items matching the given filters. Use when you need to remove line items from bookings. Returns the deleted line items.
idstringFilter by line item ID (UUID). Use eq. prefix for exact match.
amountstringFilter by amount (real number). Use operators like eq., gt., lt., gte., lte.
tax_idstringFilter by tax ID (UUID). Deletes all line items with the specified tax configuration.
quantitystringFilter by quantity (integer). Use operators like eq., gt., lt., gte., lte.
booking_idstringFilter by booking ID (UUID). Deletes all line items for the specified booking.
created_atstringFilter by creation timestamp (ISO 8601). Supports PostgREST operators like gte., lte., gt., lt.
service_idstringFilter by service ID (UUID). Deletes all line items for the specified service.
unit_pricestringFilter by unit price (real number). Use operators like eq., gt., lt., gte., lte.
updated_atstringFilter by update timestamp (ISO 8601). Supports PostgREST operators like gte., lte., gt., lt.
descriptionstringFilter by description (MultiLanguageString). Use eq. prefix for exact match or like./ilike. for pattern matching.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.