Remove watcher from Task

DELETE {{url}}/{{tenantName}}/{{instanceName}}/tasks/{{task_id}}/watchers/:watcherId

Example overview

The method allows you to unsubscribe the specified user from task. Method returns task without removed watchers.

HTTP Request

Method: DELETE

Endpoint: {url}/{tenantName}/{instanceName}/tasks/{taskId}/watchers/{watcherId}

in our example it would be: https://api.live.welkincloud.io/gh/sb-demo/tasks/28b38060-db66-4183-bcaa-34751308573a/watchers/20745195-bf3d-46af-9e74-db60c19b7e7b

Responses

CodeDescription
200OK
401Unauthorized
403Forbidden
404Not Found