PUT api/Notifications/DeleteMassivelyUserNotifications

Request Information

URI Parameters

None.

Body Parameters

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "44e05608-0d2e-4c53-ac0d-11ac3ae9faed",
  "5c2802ed-81cb-4e32-bc88-b61571091b5e"
]

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>44e05608-0d2e-4c53-ac0d-11ac3ae9faed</guid>
  <guid>5c2802ed-81cb-4e32-bc88-b61571091b5e</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>