PassengerApps
Application Manager
Unregister Passenger application
This function unregisters a Passenger application on an account.
Note:
- This function only unregisters an application. It does not delete the application. You must manually delete the application from your system.
- When you disable the Web Server role, the system disables this function.
get/PassengerApps/unregister_application
Query parameters
namestring required
Example:slippers
The application to unregister.
Response
HTTP Request was successful.
Example response
{
"apiversion": 3,
"func": "unregister_application",
"module": "PassengerApps",
"result": {
"status": 1
}
}