×

Delete Value

iOS 14 +

Notes

Deletes the value at the specified key path from the store. The action will delete the value without warning.

Syntax

deleteValue(keyPath: <#String (Allows Variables)#>, errorWhenValueNotFound: <#Boolean#>, deleteStrategy: <#Enumeration (DeleteStrategy)#>)

Example

deleteValue(keyPath: "count/", errorWhenValueNotFound: false, deleteStrategy: alwaysAllow)