Delete a collection #
Delete a exists collection.
Examples #
The following request deletes the collection called my-collection
:
DELETE my-collection
Request #
PUT /[<namespace>:]<name>
Path Parameters #
<namespace>
(Optional, string) The namespace which the collection belongs to.<name>
(Required, string) Name of the collection you wish to create.