Method: PlentyClient::Category::Template.destroy
- Defined in:
- lib/plenty_client/category/template.rb
.destroy(cat_id, body = {}) ⇒ Object
24 25 26 27 |
# File 'lib/plenty_client/category/template.rb', line 24 def destroy(cat_id, body = {}) delete(build_endpoint(DELETE_CATEGORY_TEMPLATE, cat: cat_id), body) end |