---
title: "Remove config object from plugin"
method: DELETE
path: "/v1/config-objects/{configObjectId}/plugins/{pluginId}"
tags: ["Config Objects"]
---

# Remove config object from plugin

`DELETE /v1/config-objects/{configObjectId}/plugins/{pluginId}`

Removes one active plugin membership from a config object.

## Path parameters

- `configObjectId` string, typeid, required
- `pluginId` string, typeid, required

## Response `204`

Plugin membership removed successfully.

## Other responses

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

---

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