The functiondelete_collection(collection_name) deletes a Collection. Once a collection is deleted, the data it contained is lost.
delete_collection(collection_name)
Input-
collection_name – Specifies the Collection to delete
Example-
hyperspace_client.delete_collection(collection_name)
Last updated 2 years ago