Delete my Checklist Item
Delete a specific checklist item
Last updated
Delete a specific checklist item
Last updated
Use the deleteMyChecklistItem
to delete a checklist item created previously by using the createMyChecklistItem
mutation.
A deleted checklist item cannot be recovered.
The following fields will be displayed in the response:
Argument Name
Type
Description
ID
ID
Unique Checklist item ID. Execute the myChecklistItems
to get the id of the item to be deleted.
Field
Type
Description
success
string
True if the checlistitem has been deleted successfully. Otherwise, False
message
string
Description of the result
myChecklistItem
A structured version of the checklist item.