Api Home > WorkItem > RemoveUsersFromWatchlist

DELETE api/teams/WorkItem/RemoveUsersFromWatchlist?workitemId={workitemId} Remove multiple users from the watchlist

Request Information

URI Parameters

NameDescriptionTypeAdditional information
workitemId

Workitem id to remove from watchlist.

globally unique identifier

Required

Body Parameters

List of user's id to remove from watchlist.

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "7a636ace-e3ec-4b4c-8e84-ac10f277c3d1",
  "b7f8b28e-d4fb-4347-9a76-801f59764e1d"
]

application/xml, text/xml

Sample:
<ArrayOfguid xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
  <guid>7a636ace-e3ec-4b4c-8e84-ac10f277c3d1</guid>
  <guid>b7f8b28e-d4fb-4347-9a76-801f59764e1d</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

boolean

Response Formats

application/json, text/json

Sample:
true

application/xml, text/xml

Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>