deleteCollection

abstract suspend fun deleteCollection(name: String)

Delete a collection. Deleting a collection that does not exist is a no-op on the server.

Parameters

name

the collection name.

Throws

if the API key is missing or wrong.

if the request exceeds the configured timeout.

on a connection failure or server error.