Remove the connected application from the server. This only removes the connection information from the configuration file. It does not clean up any allocated resources, such as API tokens and public/private keys. Any tokens or keys need to be removed from the system separately.
HTTP Request was successful.
object |
whmapi1 --output=jsonpretty \ remove_connected_application \ name='application-1'
{- "metadata": {
- "command": "remove_connected_application",
- "reason": "OK",
- "result": 1,
- "version": 1
}
}