---
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.

---

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