Deletes an existing collection.
Usage
delete_collection(collection_name)
Arguments
- collection_name
Name of the collection to delete
Value
List with http response, content, and status_code
- 202: The collection has been successfully deleted
- 404: Collection not found
- 500: Internal error
Examples
if (FALSE) { # \dontrun{
delete_collection("my-collection")
} # }