Refresh

This website manage.optidigital.ca/kb/answer/3457 is currently offline. Cloudflare's Always Online™ shows a snapshot of this web page from the Internet Archive's Wayback Machine. To check for the live version, click Refresh.

Delete WHMCS License Key

Description

Deletes the WHMCS License key issued with the Reseller Linux Hosting Order.

Parameters

Name Data Type Required / Optional Description
auth-userid Integer Required Authentication Parameter
api-key String Required Authentication Parameter
order-id Integer Required The Order ID for which the specified WHMCS License key to be deleted.
license-key Array of Strings Required WHMCS License key you want to delete.

HTTP Method

POST

Example Test URL Request

US Server https://test.httpapi.com/api/resellerhosting/linux/us/revoke-license-key.json?auth-userid=0&api-key=key&order-id=0&license-key=WHMCS-xxxxxxxxx India Server https://test.httpapi.com/api/resellerhosting/linux/in/revoke-license-key.json?auth-userid=0&api-key=key&order-id=0&license-key=WHMCS-xxxxxxxxx

Response

Returns a map of the execution details of the deleting WHMCS License key operation.