---
title: "Reset Workspace Provider Key Override"
method: DELETE
path: "/v1/workspaces/{workspace_id}/provider-keys/{key_id}"
tags: ["provider-keys"]
---

# Reset Workspace Provider Key Override

`DELETE /v1/workspaces/{workspace_id}/provider-keys/{key_id}`

Remove this workspace's override, reverting to full inheritance. Idempotent.

## Path parameters

- `workspace_id` string, uuid, required
- `key_id` string, uuid, required

## Response `200`

Successful Response

- Message — A human-readable acknowledgment for an operation with nothing to return.
  - `message` string, required — What happened.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/mozilla-ai/apis/otari.md) · [All operations](https://skmtc.net/mozilla-ai/apis/otari/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mozilla-ai/otari/revisions/2d6e4912e230/schema)
