WriteRequestDeletes

October 15, 2025 ยท View on GitHub

Properties

NameTypeDescriptionNotes
tupleKeysList<TupleKeyWithoutCondition>
onMissingOnMissingEnumOn 'error', the API returns an error when deleting a tuple that does not exist. On 'ignore', deletes of non-existent tuples are treated as no-ops.[optional]

Enum: OnMissingEnum

NameValue
ERROR"error"
IGNORE"ignore"
UNKNOWN_DEFAULT_OPEN_API"unknown_default_open_api"

Contents

  1. 1Properties
  2. 2Enum: OnMissingEnum