delete
abstract suspend fun delete(filterExpression: String, namespace: String? = null): List<String>(source)
Deletes documents by filter expression from the storage.
Return
The list of identifiers that were successfully deleted.
Parameters
filterExpression
The filter expression to use for deletion.
namespace
An optional namespace to scope the deletion. If null, the default namespace is used.