Completely delete the collection from the database.
Completely delete the collection from the database (as opposed
to clear, which empties it
only). Stored data is lost and unrecoverable, resources are freed.
Use with caution.
delete_collection(
self,
) -> None