Method: Atlas::Box#delete
- Defined in:
- lib/atlas/box.rb
#delete ⇒ Hash
Delete the box.
136 137 138 |
# File 'lib/atlas/box.rb', line 136 def delete Atlas.client.delete(url_builder.box_url) end |
Delete the box.
136 137 138 |
# File 'lib/atlas/box.rb', line 136 def delete Atlas.client.delete(url_builder.box_url) end |