Tool to delete payments matching given filters. Use when you need to remove payments from the system. At least one filter parameter is required to prevent accidental deletion of all payments. Supported filters: id, invoice_id, or booking_id (all in UUID format).
idstringFilter by payment ID (UUID format). Use 'eq.<uuid>' format for exact match or provide UUID directly. Example: 'eq.00000000-0000-0000-0000-000000000000'
booking_idstringFilter by booking ID (UUID format). Use to delete all payments associated with a specific booking. Provide UUID directly or with 'eq.' prefix.
invoice_idstringFilter by invoice ID (UUID format). Use to delete all payments associated with a specific invoice. Provide UUID directly or with 'eq.' prefix.
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.