Remove pricing manager rule
documentedRemove a Pricing Manager rule.
Sitesno implementation yet0 runs
No implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://www.planyo.com/rest/?method=remove_pricing_manager_rule" \
-G \
-H "Accept: application/json" \
-d "api_key={{PLANYO_API_KEY}}" \
-d "rule_id={{$rule_id}}" \
-d "site_id={{$site_id}}" \
-d "language={{$language}}"
# Sources: see Planyo API docs
# remove_pricing_manager_rule details: https://www.planyo.com/api.php?topic=remove_pricing_manager_rule (turn3view0)
# REST endpoint: https://www.planyo.com/rest/ (turn1view0)