> ## Documentation Index
> Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# DeleteInternRequest

Optional consent for a teardown that discards the workspace.

## Example Usage

```typescript theme={null}
import { DeleteInternRequest } from "@openrouter/sdk/models";

let value: DeleteInternRequest = {
  acknowledgeWorkspaceLoss: true,
};
```

## Fields

| Field                      | Type      | Required             | Description                                                                                                                                   |
| -------------------------- | --------- | -------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| `acknowledgeWorkspaceLoss` | *boolean* | :heavy\_minus\_sign: | Delete even though the workspace backup was not confirmed. Defaults to false, which refuses the teardown when a workspace archive is missing. |
