DELETE realm/applications/app_name/instances/inst_name

The web method DELETE realm/applications/app_name/endpoints/inst_name deletes an application instance from an application definition.

  • app_name in the URI is the application name.
  • inst_name in the URI is the application instance name.

Example Requests

curl -X DELETE http://host:port/api/v1/realm/applications/app_name/instances/inst_name