method
delete

delete(method_name, options = {})
public
Hide source
# File activeresource/lib/active_resource/custom_methods.rb, line 104 def delete(method_name, options = {}) connection.delete(custom_method_element_url(method_name, options), self.class.headers) end