epugh commented on a change in pull request #2401: URL: https://github.com/apache/lucene-solr/pull/2401#discussion_r579660142
########## File path: solr/solr-ref-guide/src/collection-management.adoc ########## @@ -350,31 +506,46 @@ update commands, which are directed now to `collection2`. [[delete]] == DELETE: Delete a Collection -`/admin/collections?action=DELETE&name=_collection_` +The DELETE action is used to delete a collection. + +[.dynamic-tabs] +-- +[example.tab-pane#v1deletecollection] +==== +[.tab-label]*V1 API* + +With the v1 API, the `delete` command must be capitalized as `DELETE`: + +[source,bash] +---- +http://localhost:8983/solr/admin/collections?action=DELETE&name=newCollection Review comment: humm... I was starting with the idea that we created a "newCollection" at the very beginning. how about "testCollection" throughout? ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@lucene.apache.org For additional commands, e-mail: issues-h...@lucene.apache.org