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