Skip to content

Deactivate License

Remove an activation from a license, freeing up an activation slot.

Request

POST /api/index.php/v1/licensedock/licenses/deactivate

Parameters

ParameterTypeRequiredDescription
license_keystringYesThe license key
identifierstringYesActivation identifier to remove

Example

bash
curl -X POST https://yoursite.com/api/index.php/v1/licensedock/licenses/deactivate \
  -H "Content-Type: application/json" \
  -d '{
    "license_key": "ABCD-1234-EFGH-5678",
    "identifier": "example.com"
  }'

Response

Success (200)

json
{
  "data": {
    "message": "Activation removed successfully"
  }
}

Errors

CodeWhen
INVALID_REQUESTMissing license_key or identifier
LICENSE_NOT_FOUNDLicense key doesn't exist
ACTIVATION_NOT_FOUNDNo activation with that identifier

Joomla Extensions by Contona