| Name | Type | Description | Notes |
|---|---|---|---|
| tupleKeys | List<TupleKeyWithoutCondition> | ||
| onMissing | OnMissingEnum | On '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] |
| Name | Value |
|---|---|
| ERROR | "error" |
| IGNORE | "ignore" |
| UNKNOWN_DEFAULT_OPEN_API | "unknown_default_open_api" |