# app.chavatar.auth.deleteSession

> Published by [chavatar.app](https://lexicon.garden/identity/did:web:chavatar.app)

✓ This is the authoritative definition for this NSID.

## Links

- [View on Lexicon Garden](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.auth.deleteSession)
- [Documentation](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.auth.deleteSession/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.auth.deleteSession/examples)

## Definitions

### `app.chavatar.auth.deleteSession`

**Type**: `procedure`

アプリセッションを削除してログアウトする。OAuth セッションは保持され、CRON によるアバター自動更新は継続する。

#### Output

**Encoding**: `application/json`

| Property | Type | Required | Description |
|----------|------|----------|-------------|

## Raw Schema

```json
{
  "id": "app.chavatar.auth.deleteSession",
  "defs": {
    "main": {
      "type": "procedure",
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "アプリセッションを削除してログアウトする。OAuth セッションは保持され、CRON によるアバター自動更新は継続する。"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
