delete

abstract suspend fun delete(ids: List<String>, namespace: String? = null): List<String>(source)

Deletes documents with the specified identifiers from the storage.

Return

The list of identifiers that were successfully deleted.

Parameters

ids

The list of document identifiers to delete.

namespace

An optional namespace to scope the deletion. If null, the default namespace is used.