TypeScript SDKAPI ReferenceModelsDeleteBYOKKeyResponse - TypeScript SDKCopy pageDeleteBYOKKeyResponse type definitionExample Usage 1import { DeleteBYOKKeyResponse } from "@openrouter/sdk/models";23let value: DeleteBYOKKeyResponse = {4 deleted: true,5}; Fields FieldTypeRequiredDescriptionExampledeletedtrue✔️Confirmation that the BYOK credential was deleted.true