v1

latestOpenAPI 3.0.2cPanel License2026-08-06657427.1 MB
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.

apiversioninteger

The version of the API.

funcstring

The name of the method called.

modulestring

The name of the module called.

Example response

{
  "apiversion": 3,
  "func": "unregister_application",
  "module": "PassengerApps",
  "result": {
    "status": 1
  }
}