Disable a rule
POST/v2/security/rules/:id/disable
Disables a security rule by its ID. Please ensure to change the region in the URL to match your account's region.
Request
Path Parameters
id int32required
Rule ID
Example: 305976
Responses
- 204
successful operation
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "HTTP/1.1 204 No Content"
}
Loading...