Method: cancel

Description:

Cancel a Lipperhey subscription from your account. You can only cancel an analysis if it has a subscription and the subscription period is not expired.

Requires:

API key, id

Available in:

Version 1.0

Parameters:

apikey: The API key that is provided with your reseller account.

id: The ID under which the analysis is carried out. The ID is given after you add a new analysis. You can also use the ID's that are in the response of the list method.

http://www.lipperhey.com/api/1.0/?apikey=[your-api-key]&method=cancel&id=2158787

Response:

If there are no errors, the API will respond with the ID of analysis. With this ID you can retrieve the progress, detailed results, order a subscription or download the report.

<!--Lipperhey API Response-->
<response queries="6" time="15 ms" calls-left="9985">
    <error/>
    <websites offset="0" results="1">
        <website domain="lipperhey.com" timestamp="2009-07-07 10:54:21">
            <id>1653860</id>
        </website>
    </websites>
    <users/>
</response>

If an error occured a description of the error wil be available in the error field.

Examples:

Download API examples