Delete External IP Address
To remove an external IP address, use the following request:
DELETE /ip_addresses/:ip_address_id/external_address.xml
DELETE /ip_addresses/:ip_address_id/external_address.json
XML Request Example
curl -X PUT -u user:userpass --url http://onapp.test/ip_addresses/98/external_address.xml -H 'Accept: application/xml' -H 'Content-type: application/xml' -d '<external_address>null</externall_address>'
JSON Request Example
curl -X PUT -u user:userpass --url http://onapp.test/ip_addresses/98/external_address.json -H 'Accept: application/json' -H 'Content-type: application/json' -d '{"external_address":null}'