For more information regarding the security incident at F5, the actions we are taking to address it, and our ongoing efforts to protect our customers, click here.

Forum Discussion

1 Reply

  • DELETE /mgmt/tm/sys/connection?options=cs-server-addr,XX.XX.XX.XX

    For example, using curl:

    curl -sku admin:<pass> https://<host>/mgmt/tm/sys/connection?options=cs-server-addr,172.16.10.40 -X DELETE

    Cheers.