# Delete a banning rule (/en/api-reference/api-ref/rtc/delete-ban-rule)

> For AI agents: see the complete documentation index at [llms.txt](/llms.txt).

Deletes a specified banning rule.

- OpenAPI: /openapi/rtc/channel-management.en.yaml
- Operation ID: cma-delete-ban-rule
- Method: DELETE
- Path: /dev/v1/kicking-rule

## Servers

- https://api.agora.io

## Parameters

No parameters.

## Request body

- `appid` (string, required) - The App ID of the project. You can get it through one of the following methods:
- Copy from the [Agora Console](https://console.agora.io)
- Call the Get all projects API, and read the value of the
  `vendor_key` field in the response body.
No schema.
- `id` (number, required) - The ID of the rule to delete.
No schema.

## Responses

### 200

A `200` status code indicates success. The response body contains the result of the request.

- `status` (string) - The status of this request. `success` means the request succeeds.
No schema.
- `id` (number) - The ID of the deleted rule.
No schema.
### default

The request failed. See the `message` field in the response body for the reason. Refer to Response status codes for details.

No schema.
