---
title: "Delete existing plugin"
method: DELETE
path: "/plugins/{pluginId}"
tags: ["Plugins"]
---

# Delete existing plugin

`DELETE /plugins/{pluginId}`

Deletes an existing plugin by id.

## Path parameters

- `pluginId` string, uuid, required

## Response `202`

When request is accepted. Returns a 'Link' object.

- Link
  - `id` string, nullable
  - `href` string, nullable
  - `relation` string, nullable
  - `method` string, nullable

## Other responses

- `400` — When an unsupported request is made.
- `403` — When the authenticated account does not have access to delete plugins.
- `404` — When plugin with specified id does not exist.

---

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