Inffuse.user.del

Removes the <key> entry from user data.

Syntax

Inffuse.user.del(key,in_batch)

Parameters

Name Type Description
key string Key to the data item.
in_batch boolean Choose whether this is part of a batch operation. If set to true, the data will not be deleted in the cloud, and Inffuse.user.save() will need to be called later.