# app.chavatar.auth.disconnect

> 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.disconnect)
- [Documentation](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.auth.disconnect/docs)
- [Examples](https://lexicon.garden/lexicon/did:web:chavatar.app/app.chavatar.auth.disconnect/examples)

## Definitions

### `app.chavatar.auth.disconnect`

**Type**: `procedure`

OAuth セッションとアプリセッションの両方を削除してサービスを切断する。CRON によるアバター自動更新が停止する。

#### Output

**Encoding**: `application/json`

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

## Raw Schema

```json
{
  "id": "app.chavatar.auth.disconnect",
  "defs": {
    "main": {
      "type": "procedure",
      "output": {
        "schema": {
          "type": "object",
          "properties": {}
        },
        "encoding": "application/json"
      },
      "description": "OAuth セッションとアプリセッションの両方を削除してサービスを切断する。CRON によるアバター自動更新が停止する。"
    }
  },
  "$type": "com.atproto.lexicon.schema",
  "lexicon": 1
}
```
