RemoveLicense

Removes a license, the license must be owned by the current logged in account and may not be assigned.

Authentication Methods


  • With a username and password
  • With AMS username and password
Input Parameter Type Description
Token* String Security token
ID[]* String[] LicenseID(s) to remove
Output Parameter Type Description
Success Boolean True or false

*=required

EXAMPLES

curl -v 'https://secure.nomadesk.com/ctrller/api.php?Task=RemoveLicense&Token=ne8qsf1uq2h9b7prspb7r93oi0&ID=ad978144-433b-ae5f-9796-f9b6bed93a89'

RESPONSE

<Response>
    <Status>1</Status>
    <Message>Success</Message>
</Response>