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:
[
  "5ea919ef-5e81-41a3-91c2-a55ea15fe1ae",
  "83b7c499-8472-4760-bf39-340fc4d60ff1"
]

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>5ea919ef-5e81-41a3-91c2-a55ea15fe1ae</guid>
  <guid>83b7c499-8472-4760-bf39-340fc4d60ff1</guid>
</ArrayOfguid>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

None.