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

# Remove plugin config object

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

Removes one config object from a plugin.

## Path parameters

- `pluginId` string, typeid, required
- `configObjectId` 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 memberships.
- `403` — The caller lacks permission to edit this 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)
