delete_rate_limit
Remove an active rate-limit policy by ID to stop throttling immediately. Verify dependent callers and policy details beforehand to avoid breaking traffic.
Instructions
Delete a rate-limit policy by id. Portkey removes the active throttling policy immediately, so inspect dependent callers and the full policy before deleting it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Rate-limit policy UUID to delete |
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 |