Remove application connection information

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.

SecurityBasicAuth
Request
query Parameters
name
required
string

The name of the connected application.

Example: name=application-1
Responses
200

HTTP Request was successful.

Response Schema: application/json
object
post/remove_connected_application
Request samples
whmapi1 --output=jsonpretty \
  remove_connected_application \
  name='application-1'
Response samples
application/json
{
  • "metadata": {
    • "command": "remove_connected_application",
    • "reason": "OK",
    • "result": 1,
    • "version": 1
    }
}