Server Administration
Connected Applications
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.
post/remove_connected_application
Query parameters
namestring required
Example:application-1
The name of the connected application.
Response
HTTP Request was successful.
Example response
{
"metadata": {
"command": "remove_connected_application",
"reason": "OK",
"result": 1,
"version": 1
}
}