Loading...

Knowledge Base

Delete WHMCS License for Reseller Linux Hosting via API

When you want to remove a WHMCS license key associated with a Reseller Linux Hosting order. This article explains how to revoke the license using the API, including the required parameters and supported server locations.

Delete WHMCS License Key

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

Parameters

NameData TypeRequired / OptionalDescription
auth-useridIntegerRequiredAuthentication Parameter
api-keyStringRequiredAuthentication Parameter
order-idIntegerRequiredThe Order ID for which the specified WHMCS License key to be deleted.
license-keyArray of StringsRequiredWHMCS 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.