---
title: "Delete auth connection"
method: DELETE
path: "/auth/connections/{id}"
tags: ["Managed Auth"]
---

# Delete auth connection

`DELETE /auth/connections/{id}`

Deletes an auth connection and terminates its workflow. This will:
- Delete the auth connection record
- Terminate the Temporal workflow
- Cancel any in-progress login flows

## Path parameters

- `id` string, required

## Response `204`

Auth connection deleted successfully

## Other responses

- `401` — Unauthorized – missing or invalid authorization token
- `404` — Resource not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/kernel/apis/kernel-api.md) · [All operations](https://skmtc.net/kernel/apis/kernel-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kernel/kernel-api/versions/9e8ce9fcf5e1/schema)
