Atom feed of this document
 
 
 

 2.5. Unshare an IP Address

Verb URI Description
DELETE /servers/id/ips/public/address Removes a shared IP address from the specified server.

Normal Response Code: 202

Error Response Codes: cloudServersFault (400, 500), serviceUnavailable (503), unauthorized (401), badRequest (400), badMediaType(415), itemNotFound (404), overLimit (413)

Status Transition: ACTIVE DELETE_IP ACTIVE

This operation removes the specified shared IP address from the specified server.

Specify the following parameters in the URI:

id

The server ID.

address

The shared IP address.

This operation does not contain a request body or return a response body.