---
title: "Remove marketplace plugin"
method: DELETE
path: "/v1/marketplaces/{marketplaceId}/plugins/{pluginId}"
tags: ["Marketplaces"]
---

# Remove marketplace plugin

`DELETE /v1/marketplaces/{marketplaceId}/plugins/{pluginId}`

Removes one plugin from a marketplace.

## Path parameters

- `marketplaceId` string, typeid, required
- `pluginId` string, typeid, required

## Response `204`

Marketplace membership removed successfully.

## Other responses

- `400` — The marketplace membership path parameters were invalid.
- `401` — The caller must be signed in to manage marketplace memberships.
- `403` — The caller lacks permission to edit this marketplace.
- `404` — The marketplace membership could not be found.

## Changes

- **2026-08-20** `93df40e2efd5` — 2 info
  - removed the pattern `^mkt_.*` from the `path` request parameter `marketplaceId`
  - removed the pattern `^plg_.*` from the `path` request parameter `pluginId`

[Change history](https://skmtc.dev/openworklabs/apis/den-api/changes/v1/marketplaces/:marketplaceId/plugins/:pluginId/delete.md)

---

[API](https://skmtc.dev/openworklabs/apis/den-api.md) · [All operations](https://skmtc.dev/openworklabs/apis/den-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openworklabs/den-api/revisions/27875723ff22/schema)
