POST api/licenses/delete
Delete multiple licenses
Request Information
URI Parameters
None.
Body Parameters
unique identifiers of licenses to delete
Collection of globally unique identifierRequest Formats
application/json, text/json
Sample:
[ "8dacbfcb-00ed-49eb-a0c5-3cb397cdc5fe", "a7cace88-5943-4585-a56f-e7d4ea02c42c" ]
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>8dacbfcb-00ed-49eb-a0c5-3cb397cdc5fe</guid> <guid>a7cace88-5943-4585-a56f-e7d4ea02c42c</guid> </ArrayOfguid>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
None.