Skip to main content
The TypeScript SDK and docs are currently in beta. Report issues on GitHub.

Example Usage

import { DeleteObservabilityDestinationResponse } from "@openrouter/sdk/models";

let value: DeleteObservabilityDestinationResponse = {
  deleted: true,
};

Fields

FieldTypeRequiredDescription
deletedtrue:heavy_check_mark:Always true on success.