Skip to content

DELETE DoS Auto-Mitigation Rule for CDN Load Balancer.

DELETE
/api/config/namespaces/{namespace}/cdn_loadbalancers/{name}/dos_automitigation_rules/{dos_automitigation_rule_name}
curl --request DELETE \
--url https://example-corp.console.ves.volterra.io/api/v1/api/production/us-east-1/namespaces/default/api/config/namespaces/example/cdn_loadbalancers/example/dos_automitigation_rules/example \
--header 'Authorization: <Authorization>'

DELETE the corresponding DoS Auto-Mitigation Rule for the given CDN load balancer.

Examples of this operation.

namespace
required
string

Namespace Namespace of the Load Balancer.

name
required
string

Name Name of the Load Balancer.

dos_automitigation_rule_name
required
string

DoS Mitigation Rule Name Name of the DoS Mitigation Rule.

A successful response.

Media typeapplication/json
Delete DoS Auto-Mitigation Rule response

Response of DELETE DoS Auto-Mitigation Rule API.

object
name
DoS Auto-Mitigation Rule Name

Name of the deleted DoS Auto-Mitigation loadbalancer Rule.

string
>= 6 characters <= 1024 characters
Examplegenerated
{
"name": "example"
}

Returned when operation is not authorized.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when there is no permission to access resource.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when resource is not found.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation on resource is conflicting with current value.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when operation has been rejected as it is happening too frequently.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server encountered an error in processing API.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when service is unavailable temporarily.

Media typeapplication/json
string format: string
Examplegenerated
example

Returned when server timed out processing request.

Media typeapplication/json
string format: string
Examplegenerated
example