Deleting IKE policies

DELETE /v2.0/vpn/ikepolicies/{ikepolicy_id}

Delete an IKE policy.

Source: https://docs.openstack.org/api-ref/network/v2/index.html?expanded=remove-ike-policy-detail#remove-ike-policy

Request

Parameters

Name In Type Description
ikepolicy_id path string The ID of the IKE policy.

Example

# curl -ks -X DELETE -H 'Content-Type: application/json' -H 'X-Auth-Token: gAAAAA<...>' \
https://<node_IP_addr>:9696/v2.0/vpn/ikepolicies/94edd562-8b10-4e96-98d7-7b8b99d3ca5d

Response

Status codes

Success

Code Reason
204 - No Content The server has fulfilled the request.

Error

Code Reason
401 - Unauthorized

User must authenticate before making a request.

404 - Not Found

The requested resource could not be found.

409 - Conflict

This operation conflicted with another operation on this resource.