Summary
Unwatch a Job
Description
Remove the current user from the watchers list of a Job.
Route
DELETE /workflow_engine/job/:job_id/watch
Roles
            admin
apiwrite
          
          Parameters
            DetailsExampleSchema
          
          | Name | Type | Required | Description | 
|---|---|---|---|
| job_id | string | yes | ID of the Job to unwatch. | 
Return
            DetailsExampleSchema
          
          | Name | Type | Description | 
|---|---|---|
| username | string | User id removed from the watchers list. |