Method: Ebay::ApiMethods#delete_selling_manager_template_automation_rule
- Defined in:
- lib/ebay/api_methods.rb
#delete_selling_manager_template_automation_rule(params = {}) ⇒ Object
Builds Ebay::Requests#DeleteSellingManagerTemplateAutomationRule
Returns Ebay::Responses#DeleteSellingManagerTemplateAutomationRule
Official Documentation for DeleteSellingManagerTemplateAutomationRule
193 194 195 |
# File 'lib/ebay/api_methods.rb', line 193 def delete_selling_manager_template_automation_rule(params = {}) commit(Ebay::Requests::DeleteSellingManagerTemplateAutomationRule, params) end |