Tool to delete bookings matching given filters. Use when you need to remove bookings from the system. At least one filter parameter is required to prevent accidental deletion of all bookings.
idstringFilter by unique identifier of the booking. Use 'eq.<uuid>' format for exact match or provide UUID directly.
site_idstringFilter by site identifier. Use to delete all bookings for a specific site.
widget_idstringFilter by widget identifier. Use to delete all bookings created through a specific widget.
created_atstringFilter by creation timestamp (ISO 8601). Supports PostgREST operators, e.g., 'gte.2025-01-01T00:00:00Z' for bookings created on or after date.
updated_atstringFilter by update timestamp (ISO 8601). Supports PostgREST operators, e.g., 'lte.2025-12-31T23:59:59Z' for bookings updated before date.
confirmed_atstringFilter by confirmation timestamp (ISO 8601). Supports PostgREST operators to filter confirmed or unconfirmed bookings.
organization_idstringFilter by organization identifier. Use to delete all bookings for a specific organization.
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.