Task deleted
wss task_deleted on tasks:{userId}
Notifies you when a task is deleted. Use this to remove the task from dashboards and clean up any associated state.
When It Fires
- A user deletes a task
- A task is removed by a system process
What to Do
- Remove the task from your local task list or dashboard
- Clean up any associated notifications or UI state
Authentication
Subscribe to the WebSocket with user credentials. See Authentication for connection details.
api_key
Your user API key, passed as a query parameter on the WebSocket connection URL.
Payload
id
UUID of the deleted task.