tascan_delete_worker
Tombstone a worker record (deactivate) if no task/subtask completions or payments exist; otherwise, merge into the real worker. This never hard-deletes.
Instructions
Tombstone a worker record (is_active=false). REFUSES if the worker has any task/subtask completions or payments — merge those into the real worker with tascan_merge_workers instead. Never hard-deletes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| worker_id | Yes | Worker ID to delete |