deleteFileSearchStore

suspend fun deleteFileSearchStore(name: String, force: Boolean = false)

Deletes a FileSearchStore.

Parameters

name

The name of the FileSearchStore.

force

If set to true, any Documents and objects related to this FileSearchStore will also be deleted.