All Products
Search
Document Center

Security Center:DeleteContainerPluginRule

Last Updated:Feb 20, 2024

Deletes a defense rule against container escapes.

Debugging

OpenAPI Explorer automatically calculates the signature value. For your convenience, we recommend that you call this operation in OpenAPI Explorer.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
LangstringNo

The language of the content within the request and the response. Default value: zh. Valid values:

  • zh: Chinese
  • en: English
zh
RuleIdintegerYes

The ID of the rule. You can call the addContainerWebDefenseRule operation to query the ID.

200022

Response parameters

ParameterTypeDescriptionExample
object
Databoolean

Indicates whether the container plug-in is manually deleted. Valid values:

  • true
  • false
true
RequestIdstring

The request ID.

A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7

Examples

Sample success responses

JSONformat

{
  "Data": true,
  "RequestId": "A4EB8B1C-1DEC-5E18-BCD0-D1BBB3936FA7"
}

Error codes

HTTP status codeError codeError messageDescription
403NoPermissioncaller has no permissionYou are not authorized to do this operation.
500ServerErrorServerError-

For a list of error codes, visit the Service error codes.