PUT api/Notifications/DeleteMassivelyUserNotifications

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "c936beba-9fd0-48cb-bf22-27057b18f265",
  "926eddb2-3f7f-41e7-a806-01de599a1d10"
]

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>c936beba-9fd0-48cb-bf22-27057b18f265</guid>
  <guid>926eddb2-3f7f-41e7-a806-01de599a1d10</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>