---
title: "Delete provider governance"
method: DELETE
path: "/api/governance/providers/{provider_name}"
tags: ["Governance"]
---

# Delete provider governance

`DELETE /api/governance/providers/{provider_name}`

Removes governance settings (budget and rate limits) for a specific provider.

## Path parameters

- `provider_name` string, required

## Response `200`

Provider governance deleted successfully

- MessageResponse — Simple message response
  - `message` string

## Other responses

- `404` — Provider not found
- `500` — Internal server error

---

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