Welcome to Kepware Edge > Configuration API Service > OPC UA Endpoint > Configuration API Service — Removing a UA Endpoint
Configuration API Service — Removing a UA Endpoint
Configuration API Service — Removing a UA Endpoint
To delete an existing UA endpoint, make a DELETE request to the ua_endpoints/<endpoint_name> endpoint. A request body is not required:
 
Endpoint (DELETE):
https://<hostname_or_ip>:<port>/config/v1/admin/ua_endpoints/Endpoint1
Body:
{}
 
Was this helpful?