Inffuse.project.del
Removes the key entry from project data.
Syntax
Inffuse.project.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.project.save() will need to be called later. |
Example
Innfuse.project.del("my_key")
console.log("my_key is deleted!");

