Tool to delete coupon service links matching given filters. Use after confirming which coupon-service associations to remove. Supports PostgREST-style filtering on all fields.
idstringFilter by unique identifier using PostgREST operators. Examples: 'eq.00000000-0000-0000-0000-000000000000' (equals), 'in.(uuid1,uuid2)' (in list).
selectstringSpecify which columns to return from deleted records. Use '*' for all fields or comma-separated column names like 'id,coupon_id,service_id'. If not specified, returns minimal information.
coupon_idstringFilter by coupon ID (references coupons.id) using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to delete all service links for a specific coupon.
created_atstringFilter by creation timestamp using PostgREST operators. Examples: 'gte.2024-01-01T00:00:00Z' (greater than or equal), 'lt.2024-12-31T23:59:59Z' (less than).
service_idstringFilter by service ID (references services.id) using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to delete all coupon links for a specific service.
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.