method

delete

delete(method_name, options = {})
public

No documentation available.

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