
| Name | Description | Type | Use |
|---|---|---|---|
| type | The type of data to be deleted. | string |
required |
| handle | The handle of data to be deleted. | string |
required |
| metadata | Metadata of the action added in relation to the deleted data. | string |
required |
| data | Data of the action added in relation to the deleted data. | string |
required |
| options | A JavaScript object containing optional flags of the action added in relation to the deleted data. As defined in the addAction article. | object |
required |
| onSuccess | A callback function, called after the data item is successfully deleted. | function |
required |
| onFailure | A callback function, called when the operation fails. Passes a JSON object that consists of an error code, as defined in the Constants table in the Client Store article, and an error message. | function |
required |
For the synchronization process to execute as designed, both metadata
and data strings must contain a proper JSON object.