Example Usage
import { DeleteObservabilityDestinationResponse } from "@openrouter/sdk/models";
let value: DeleteObservabilityDestinationResponse = {
deleted: true,
};
Fields
| Field | Type | Required | Description |
|---|---|---|---|
deleted | true | :heavy_check_mark: | Always true on success. |