TypeScript SDKAPI ReferenceModelsDeleteBYOKKeyResponse - TypeScript SDKCopy pageDeleteBYOKKeyResponse type definitionThe TypeScript SDK and docs are currently in beta. Report issues on GitHub. Example Usage 1import { DeleteBYOKKeyResponse } from "@openrouter/sdk/models";23let value: DeleteBYOKKeyResponse = {4 deleted: true,5}; Fields FieldTypeRequiredDescriptionExampledeletedtrue✔️Confirmation that the BYOK credential was deleted.true