delete_rate_limit
Removes a rate limit by ID to immediately lift throttling. Review dependent configurations and virtual keys before deletion.
Instructions
Delete a rate limit by id. This is permanent and removes throttling immediately; review dependent configs and virtual keys before deleting.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The unique identifier of the rate limit |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | Whether the tool call succeeded and returned structured data | |
| data | No | Structured success payload when ok is true | |
| error | No | Structured error payload when ok is false |