Integration
Links
Remove integration link group
This removes a group of integration links from the cPanel interface.
get/remove_integration_group
Query parameters
group_idstring required
Example:WHMCS
The group's ID.
userstring username required
Example:username
The cPanel account name.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "remove_integration_group",
"reason": "Ok",
"result": 1,
"version": 1
}
}