This API is used to delete a custom security policy.
A custom security policy that has been used by a listener cannot be deleted.
DELETE /v3/{project_id}/elb/security-policies/{security_policy_id}
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
project_id |
Yes |
String |
Specifies the project ID. |
security_policy_id |
Yes |
String |
Specifies the ID of the custom security policy. |
Parameter |
Mandatory |
Type |
Description |
---|---|---|---|
X-Auth-Token |
Yes |
String |
Specifies the token used for IAM authentication. |
None
Deleting a custom security policy
DELETE https://{ELB_Endpoint}/v3/45977fa2dbd7482098dd68d0d8970117/elb/security-policies/8722e0e0-9cc9-4490-9660-8c9a5732fbb0
None
Status Code |
Description |
---|---|
204 |
Successful request. |
See Error Codes.