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