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

  1. Remove the task from your local task list or dashboard
  2. Clean up any associated notifications or UI state

Authentication

Subscribe to the WebSocket with user credentials. See Authentication for connection details.

api_key
stringRequired

Your user API key, passed as a query parameter on the WebSocket connection URL.

Payload

id
uuidRequired

UUID of the deleted task.

Errors

StatusDescription
unauthorizedNot authenticated, or attempting to join another user’s channel