Module: Recharge::HTTPRequest::Delete
Overview
Delete a record for included/extended entity
Arguments
- id (Fixnum)
-
ID of the record to delete
Returns
An instance of the deleted entity
Errors
Recharge::ConnectionError, Recharge::RequestError
Instance Method Summary collapse
Instance Method Details
#delete(id) ⇒ Object
172 173 174 175 |
# File 'lib/recharge/http_request.rb', line 172 def delete(id) id_required!(id) DELETE(join(id)) end |