DELETE api/v1/onlinelicenseslot
Request Information
URI Parameters
None.
Body Parameters
LicenseInfoName | Description | Type | Additional information |
---|---|---|---|
reference | globally unique identifier |
None. |
|
user | string |
None. |
|
password | string |
None. |
|
hostname | string |
None. |
|
mac | string |
None. |
Request Formats
application/json, text/json
Sample:
{ "reference": "de31c56c-cedc-4425-88a3-88e028daa086", "user": "sample string 2", "password": "sample string 3", "hostname": "sample string 4", "mac": "sample string 5" }
application/xml, text/xml
Sample:
<LicenseInfo xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/OnlineLicenseService.Models"> <hostname>sample string 4</hostname> <mac>sample string 5</mac> <password>sample string 3</password> <reference>de31c56c-cedc-4425-88a3-88e028daa086</reference> <user>sample string 2</user> </LicenseInfo>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.