---
title: "Unlink Account"
method: DELETE
path: "/verify/accounts/{account_id}"
tags: ["verify"]
---

# Unlink Account

`DELETE /verify/accounts/{account_id}`

Unlink an account.

Removes the stored tokens (which is the part that grants Monni ongoing access to the
external account) and every guild_verification row using it, so the link disappears
from every server at once.

The account row itself is only hard-deleted when nothing references it as a ban
subject. Where a ban does, the row is kept but scrubbed of display data and marked
revoked: a cascade there would let anyone clear a ban record by unlinking, which is an
obvious evasion route. What is retained in that case is the bare external id.

## Path parameters

- `account_id` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/monni/apis/fastapi.md) · [All operations](https://skmtc.dev/monni/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/monni/fastapi/revisions/0321cc5200a6/schema)
