DELETE realm/applications/<app_name>/endpoints/<ep_name>
This web method 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>