DELETE realm/applications/app_name/endpoints/ep_name

The web method DELETE realm/applications/app_name/endpoints/ep_name deletes an endpoint from an application definition.

  • app_name in the URI is the application name.
  • ep_name in the URI is the endpoint name.

After deleting an endpoint from an application, it is good practice to also update the application instances to delete references to that endpoint.

Example Requests

curl -X DELETE http://host:port/api/v1/realm/applications/app_name/endpoints/ep_name