Delete a collection

Delete a collection #

Delete a exists collection.

Examples #

The following request delete 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.
Calendar March 9, 2024
Edit Edit this page