apps.datastore.delete
method
Usage infoâ
This method is only available for workflow apps.
This method is used to delete a datastore item. The following example would delete the item with "4" as its primary key.
{
"datastore": "good_tunes",
"id": "4"
}
Refer to Datastores for more information.