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:
[
  "a0d72945-a360-44f0-970d-6a5354e94f57",
  "8f5a104e-8e51-44ef-937a-69f8d9d06b5c"
]

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>a0d72945-a360-44f0-970d-6a5354e94f57</guid>
  <guid>8f5a104e-8e51-44ef-937a-69f8d9d06b5c</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.