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