Deleting an integration server by using the administration REST API
You can use the IBM® App Connect Enterprise administration REST API to delete a managed integration server.
Before you begin
Procedure
Delete an integration server:
DELETE http://hostname:port/apiv2/servers/integrationServerName
For example, to delete the integration server called ACESERV1, run the following curl command:
curl -X DELETE http://hostname:port/apiv2/servers/ACESERV1
If the command is successful, an HTTP status code 200 is returned.