State:delete

Deletes a persistent state value.

Function

Synopsis

state:delete( key )

Arguments

string key
A valid state key.

Returns

boolean existed
Whether the key existed before deletion.

Notes

The deletion belongs to the current callback transaction.

See Also