PUT api/Notifications/DeleteMassivelyUserNotifications
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "18f822cd-f4c5-4e0e-8f9e-92ce251fca5a", "d2a554b2-8688-49cc-9524-0f441a0466b6" ]
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>18f822cd-f4c5-4e0e-8f9e-92ce251fca5a</guid> <guid>d2a554b2-8688-49cc-9524-0f441a0466b6</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
booleanResponse Formats
application/json, text/json
Sample:
true
application/xml, text/xml
Sample:
<boolean xmlns="http://schemas.microsoft.com/2003/10/Serialization/">true</boolean>