Delete Reserved IP Address
Updated: July 10, 2015
The Delete Reserved IP Address operation deletes a reserved IP address from the specified subscription.
The Delete Reserved IP Address request is specified as follows. Replace <subscription-id> with your subscription ID, and <address-name> with the name of the reserved IP address.
Method | Request URI |
|---|---|
DELETE | https://management.core.windows.net/<subscription-id>/services/networking/reservedips/<address-name> |
None.
The following table describes the request headers.
Request Header | Description |
|---|---|
x-ms-version | Required. Specifies the version of the operation to use for this request. The value of this header must be set to 2014-05-01 or higher. |
None.
The response includes an HTTP status code and a set of response headers.
The status code for the request is embedded in the response; if successful, the status code is 200 (OK).
The response for this operation includes the following headers. The response may also include additional standard HTTP headers.
Response Header | Description |
|---|---|
x-ms-request-id | A value that uniquely identifies a request made against the Management service. For an asynchronous operation, you can call Get Operation Status with the value of the header to determine whether the operation is complete, has failed, or is still in progress. |
None.