---
title: "Clear a per-flow OSC Personal Access Token"
method: DELETE
path: "/api/osc/pat/{key}"
tags: ["System"]
---

# Clear a per-flow OSC Personal Access Token

`DELETE /api/osc/pat/{key}`

## Path parameters

- `key` string, required

## Response `200`

PAT cleared

- OscAuthStatusResponse — Status of the OSC Personal Access Token configuration. Token values are never returned.
  - `configured` boolean, required — Whether the default (fallback) PAT is configured (via env var or the keyless API). Used for single-tenant deployments.
  - `keys` string[], required — Credential keys (flow ids) that have a per-flow PAT registered. Used to isolate OSC tenants on a shared Strom instance.

## Changes

- **2026-06-26** `c96558b86012` — 1 info
  - endpoint added
- **2026-04-07** `1e67862a080e` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/eyevinn/apis/strom-api/changes/api/osc/pat/:key/delete.md)

---

[API](https://skmtc.dev/eyevinn/apis/strom-api.md) · [All operations](https://skmtc.dev/eyevinn/apis/strom-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/eyevinn/strom-api/revisions/0df7ca64263f/schema)
