"__default__"
as the namespace in your request.delete
operation. This deletes all records in the namespace that match the filter expression.
For example, the following code deletes all records with a genre
field set to documentary
from namespace example-namespace
:
namespace
parameter and specify the appropriate deleteAll
parameter for your SDK. To target the default namespace, set namespace
to "__default__"
.