AI Linkedin Assistant
Explore Plans
Mobile menu Close menu
MOONTO Shopping Lists - CheckpadMOONTO Shopping Lists - Checkpad

Delete Item from a List

this action will delete Item from a List

About this action

Triggers, queries, and actions are the building blocks of Applets. Triggers tell an Applet to start, queries ask a question, and actions are its end result.

Developer info

Description
this action will delete Item from a List
API endpoint slug
moonto_app.list_delete_item
Filter code method
MoontoApp.listDeleteItem.skip(string?: reason)
Runtime method
runAction("moonto_app.list_delete_item", {})

Action fields

List ID Dropdown list

Label
list
Slug
list_id
Required
true
Can have default value
false

Item Text input > Title

Label
Item
Helper text
Item name or ID
Slug
item
Required
true
Can have default value
true
Filter code method
MoontoApp.listDeleteItem.setItem(string: item)