All Products
Search
Document Center

Security Center:DeleteClientUserDefineRule

Last Updated:Jan 20, 2026

Deletes specified custom defense rules.

Debugging

You can run this interface directly in OpenAPI Explorer, saving you the trouble of calculating signatures. After running successfully, OpenAPI Explorer can automatically generate SDK code samples.

Authorization information

There is currently no authorization information disclosed in the API.

Request parameters

ParameterTypeRequiredDescriptionExample
IdListarrayYes

The IDs of the custom defense rules.

longYes

The ID of the custom defense rule.

Note You can call the ListClientUserDefineRules operation to query the IDs of custom defense rules.
140****

Response parameters

ParameterTypeDescriptionExample
object
RequestIdstring

The ID of the request, which is used to locate and troubleshoot issues.

4552b59b-18f2-4fad-b6a2-0d59b8f2****

Examples

Sample success responses

JSONformat

{
  "RequestId": "4552b59b-18f2-4fad-b6a2-0d59b8f2****"
}

Error codes

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

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

Change history

Change timeSummary of changesOperation
2023-09-07The Error code has changedView Change Details