The TypeScript SDK and docs are currently in beta.
Report issues on GitHub.
Example Usage
import { DeleteGuardrailResponse } from "@openrouter/sdk/models";
let value: DeleteGuardrailResponse = {
deleted: true,
};
Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
deleted | true | :heavy_check_mark: | Confirmation that the guardrail was deleted | true |