---
title: "Disconnect"
method: POST
path: "/api/focused/disconnect"
tags: ["focused-offboarding"]
---

# Disconnect

`POST /api/focused/disconnect`

Disconnect user from Focused app.

Revokes Google OAuth, stops webhook channel, marks ChatGPT tokens revoked,
and clears Redis cache. Does NOT delete user data.

Idempotent: calling twice returns 200 (already disconnected).

Returns:
    200: {"status": "disconnected", "revoked_at": "<timestamp>"}
    401: Missing authentication (X-User-ID header required)
    404: User not found
    500: Internal error

## Response `200`

Successful Response

- unknown

---

[API](https://skmtc.net/priority-guard/apis/priority-guardian.md) · [All operations](https://skmtc.net/priority-guard/apis/priority-guardian/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/priority-guard/priority-guardian/revisions/8579218b716d/schema)
