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": "5ddf69cd-5602-4e40-942b-12fea7245124", "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>5ddf69cd-5602-4e40-942b-12fea7245124</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.