PUT api/Notifications/DeleteMassivelyUserNotifications
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "0bcbfe94-dedc-4ae8-8fca-5841735eb06c", "ffb27342-ceff-4546-bec8-406755ed0efd" ]
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>0bcbfe94-dedc-4ae8-8fca-5841735eb06c</guid> <guid>ffb27342-ceff-4546-bec8-406755ed0efd</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>