DELETE
/v1/namespaces/{name}READ / WRITEDelete a collection
Removes a collection and every record in it. Irreversible.
This permanently removes the collection and every record inside it. There is no confirmation step and no undo.
Path parameters
namestringrequiredName of the collection to drop.
Response
204 No Content on success — no response body. A collection that doesn't
exist returns 404.