POST api/Account/DeleteList
Request Information
URI Parameters
None.
Body Parameters
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "f6245036-cb5b-466c-ade5-97bf659822d8", "ec041ed7-c5bc-466c-a5ec-54105220cb50" ]
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>f6245036-cb5b-466c-ade5-97bf659822d8</guid> <guid>ec041ed7-c5bc-466c-a5ec-54105220cb50</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
None.