API Documentation

The REST API allows developers to hook into Clientexec and connect it to third-party applications.

Delete a license

Arguments

Name Type Description
domainname string Domain name that a license is tied to (required)

Example JSON Response

{
    "error": false,
    "deleted license": {
        "instance": "clientexec",
        "domain": "exampledomain.com",
        "licesekey": "ad404s*f2",
        "dir": "/members",
        "expires": "2015-04-10",
        "version": "4.4.1",
        "checked": "1",
        "last_checked": "2012-02-17"
    },
    "remaining": 209
}