Method: Weeblycloud::Deleteable#delete
- Defined in:
- lib/weeblycloud/deleteable.rb
#delete ⇒ Object
Delete the resource
7 8 9 10 |
# File 'lib/weeblycloud/deleteable.rb', line 7 def delete response = @client.delete(@endpoint) return response.json["success"] end |