latestOpenAPI 3.0.2cPanel License2026-08-106251554.3 MB

3da41671c02c

Account Enhancements

Unassign Account Enhancement

This function removes an Account Enhancement from a cPanel account.

get/unassign_account_enhancement

Query parameters

accountstring username required
Example:username

The username of the account.

namestring required
Example:enhancement 5000

The name of the account enhancement.

Response

HTTP Request was successful.

Example response

{
  "metadata": {
    "command": "unassign_account_enhancement",
    "reason": "OK",
    "result": 1,
    "version": 1
  }
}