Method: PrintfulClientModule#delete
- Defined in:
- lib/printful_client.rb
#delete(path, params = nil) ⇒ Object
Perform a DELETE request to the API path - Request path (e.g. ‘orders’ or ‘orders/123’) params - Additional GET parameters as a hash
47 48 49 |
# File 'lib/printful_client.rb', line 47 def delete(path, params=nil) request('DELETE', path, params) end |