This function removes a service account as a link candidate to create a subaccount or link to a subaccount. When you use this function, the system removes the Link option in cPanel's User Manager interface (cPanel >> Home >> Preferences >> User Manager).
Note:
You must use at least one of the following parameters:
services.email.dismiss
services.ftp.dismiss
services.webdisk.dismiss
uapi --output=jsonpretty \ --user=username \ UserManager \ dismiss_merge \ username='example1' \ domain='example.com'
{- "apiversion": 3,
- "func": "dismiss_merge",
- "module": "UserManager",
- "result": {
- "data": null,
- "errors": null,
- "messages": null,
- "metadata": { },
- "status": 1,
- "warnings": null
}
}