POST api/licenses/delete

Delete multiple licenses

Request Information

URI Parameters

None.

Body Parameters

unique identifiers of licenses to delete

Collection of globally unique identifier

Request Formats

application/json, text/json

Sample:
[
  "f72c7c1f-65b3-4802-9384-35ef67cee739",
  "13686730-9456-4b79-a5be-b4589f2058f6"
]

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>f72c7c1f-65b3-4802-9384-35ef67cee739</guid>
  <guid>13686730-9456-4b79-a5be-b4589f2058f6</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.