---
title: "Immediately turn off a shadow-mode prompt-capture scope (platform admin)"
method: DELETE
path: "/v1/admin/inference/shadow-capture"
tags: ["Internal"]
---

# Immediately turn off a shadow-mode prompt-capture scope (platform admin)

`DELETE /v1/admin/inference/shadow-capture`

Removes the (orgId, modelId) scope so the gateway stops honoring it on its next cache refresh (~10s), rather than waiting for ttlMinutes to elapse. Idempotent: deleting an absent scope still returns 200.

## Query parameters

- `orgId` string, required
- `modelId` string, required

## Response `200`

Removed (or already absent)

## Other responses

- `400` — The request is invalid
- `401` — Missing or invalid API key
- `403` — API key lacks the required scope
- `503` — A required integration (e.g. payments) is not configured

---

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