delete
### DELETE /api/v1/{account_id}/projects/{project_id}/rules/{rule_id}
This endpoint is used to delete a specific rule within a project of an account.
#### Request
No request body parameters are required for this endpoint.
- `base_url` (string): The base URL of the API.
- `account_id` (string): The unique identifier of the account.
- `project_id` (string): The unique identifier of the project.
- `rule_id` (string): The unique identifier of the rule to be deleted.
#### Response
The response for this request is a JSON object with the following schema:
``` json
{}
```
Path parameters
account_id
project_id
rule_id
Response headers
Content-Length
Connection
Response
success
Errors
400
Bad Request Error

