Method: Orchestrate::Client#delete_collection
- Defined in:
- lib/orchestrate/client.rb
permalink #delete_collection(collection) ⇒ Object
Note:
The Orchestrate API will return succesfully regardless of if the collection exists or not.
84 85 86 |
# File 'lib/orchestrate/client.rb', line 84 def delete_collection(collection) send_request :delete, [collection], { query: {force:true} } end |