delete_collection

The functiondelete_collection(collection_name) deletes a Collection. Once a collection is deleted, the data it contained is lost.

Input-

  • collection_name – Specifies the Collection to delete

Example-

hyperspace_client.delete_collection(collection_name)

Last updated