---
title: "Disconnect an inference-provider credential"
method: DELETE
path: "/v1/miner/inference-auth/{provider}"
tags: ["miner"]
---

# Disconnect an inference-provider credential

`DELETE /v1/miner/inference-auth/{provider}`

Delete the miner's stored credential for the given provider.

If the deleted provider was the miner's default, the default falls back
to whichever other provider is still connected, or clears to NULL when
none remain. Returns the new default so the client can update without a
follow-up GET.

## Path parameters

- `provider` string, required

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/oroagents/apis/oro-api.md) · [All operations](https://skmtc.dev/oroagents/apis/oro-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/oroagents/oro-api/revisions/38ef86138115/schema)
