Tool to delete coupons matching given filters. Use after confirming which coupons 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).
codestringFilter by coupon code using PostgREST operators. Examples: 'eq.SUMMER2024' (equals), 'like.*SALE*' (pattern match), 'in.(CODE1,CODE2)' (in list). Use this to delete specific coupons by their code.
scopestringFilter by coupon scope using PostgREST operators. Valid scopes: 'global', 'product', 'service', or 'rent'. Examples: 'eq.global' (equals), 'in.(product,service)' (in list).
stackablestringFilter by stackable flag using PostgREST operators. Examples: 'eq.true' (equals true), 'eq.false' (equals false). Use 'is.true' or 'is.false' for boolean filtering.
organization_idstringFilter by organization UUID using PostgREST operators. Examples: 'eq.uuid-value' (equals), 'in.(uuid1,uuid2)' (in list). Use this to delete all coupons 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.