Deleting a task
Deleting a task (Step by Step)
1. Select the appropriate list and find the task that you wish to delete. For simplicity, Inbox list is selected here. Click the menu button corresponding to the task you want to delete, as shown in the screenshot below.
2. From the popup menu, Select Delete Task
Note : In a shared list, only if you have permission to delete, this option will be visible. If you do not have the permission to delete, this option will not be visible.
Related Articles
Why am I unable to Delete a task in a shared list?
Only Admins or Task Creator (the user who created the task) have the rights to delete a task This is to make sure that no other member of the list can accidently delete a task. For more information about permissions, you can check "Permissions in ...
Task Deleted Event
The Task Deleted event is triggered whenever a task is deleted in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_deleted", ...
How to delete a list
Once completing your tasks, you can remove unwanted lists. How to delete the list 1. Select the preferred list you want to delete. 2. Click on the three dots in the top right corner. 3. Now, Select DELETE LIST. .
Task Created Event
The Task Created event is triggered whenever a new task is created in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_created", ...
Task Updated Event
The Task Updated event is triggered whenever a task is updated in the WeGoDoo application. When this event occurs, a webhook will send the following JSON payload to the configured endpoint: JSON Payload Example { "event_type": "task_updated", ...