Delete Rule Set
Deletes a specified rule set.
Request URL: /openapi/v1/ruleSet/delete
Request Method: POST
Request Parameters
| Parameter | Type | Required | Description | Example |
|---|---|---|---|---|
| id | String | Yes | Rule set ID. You can obtain it by calling List Rule Sets. | rs-dii9zwptapl1 |
Request Example
{
"id": "rs-dii9zwptapl1"
}
Response Parameters
| Parameter | Type | Description | Example |
|---|---|---|---|
| success | Boolean | Whether the request is successful. | true |
| requestId | String | Request ID for troubleshooting and tracing. | Yu4p1FRZ-CIIJhEPnIFKm1KNdDJi5OGX |
| errorCode | String | Error code returned when the call fails. | None |
| message | String | Error message returned when the call fails. | None |
Successful Invocation Example
{
"success": true,
"requestId": "Yu4p1FRZ-CIIJhEPnIFKm1KNdDJi5OGX"
}