---
title: "Revoke Connected App"
method: DELETE
path: "/connected-apps/{connected_app_id}"
tags: ["connected-apps"]
---

# Revoke Connected App

`DELETE /connected-apps/{connected_app_id}`

Revokes every live token the app holds for this user; the app must run
a fresh authorization flow to get back in.

## Path parameters

- `connected_app_id` string, required

## Response `204`

Successful Response

## Other responses

- `422` — Validation Error

## Changes

- **2026-09-14** `01060c7defa6` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/stardrift/apis/fastapi/changes/connected-apps/:connected_app_id/delete.md)

---

[API](https://skmtc.dev/stardrift/apis/fastapi.md) · [All operations](https://skmtc.dev/stardrift/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc.dev/stardrift/apis/fastapi/revisions/2297d4453a9c?raw)
