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": "3e97cfaa-42f0-4a1b-af50-0a97e3d8cebe", "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>3e97cfaa-42f0-4a1b-af50-0a97e3d8cebe</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.