> ISPO SDK documentation. [HTML](https://ispo.ai/docs/interfaces/core.GoogleMailDeleteDraftInput.html) · [Documentation index](https://ispo.ai/docs/llms.txt)

# Interface GoogleMailDeleteDraftInput

```typescript
interface GoogleMailDeleteDraftInput {
    accountId?: string;
    draftId: string;
}
```

Types: [accountId](#accountid), [draftId](#draftid)

##### Index

### <a id="properties"></a>Properties

[accountId?](#accountid) [draftId](#draftid)

## <a id="properties-1"></a>Properties

### <a id="accountid"></a>`Optional`accountId

```typescript
accountId?: string
```

### <a id="draftid"></a>draftId

```typescript
draftId: string
```
