---
title: "Delete a plugin"
method: DELETE
path: "/api/plugins/{name}"
tags: ["Plugins"]
---

# Delete a plugin

`DELETE /api/plugins/{name}`

Removes a plugin from the configuration and stops it if running.

## Path parameters

- `name` string, required

## Response `200`

Plugin deleted successfully

- MessageResponse — Simple message response
  - `message` string

## Other responses

- `400` — Bad request
- `404` — Plugin 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/revisions/f8cab88f64ea/schema)
