DeleteKeysResponse - TypeScript SDK

DeleteKeysResponse type definition

The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

API key deleted successfully

Example Usage

1import { DeleteKeysResponse } from "@openrouter/sdk/models/operations";
2
3let value: DeleteKeysResponse = {
4 deleted: true,
5};

Fields

FieldTypeRequiredDescriptionExample
deletedboolean✔️Confirmation that the API key was deletedtrue