Skip to main content
DELETE
/
v1
/
config-objects
/
{configObjectId}
/
plugins
/
{pluginId}
Remove config object from plugin
curl --request DELETE \
  --url https://api.openworklabs.com/v1/config-objects/{configObjectId}/plugins/{pluginId}
{
  "error": "<string>",
  "details": [
    {
      "message": "<string>",
      "path": [
        "<string>"
      ]
    }
  ]
}

Path Parameters

configObjectId
string<typeid>
required

Den TypeID with 'cob_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^cob_.*
pluginId
string<typeid>
required

Den TypeID with 'plg_' prefix and a 26-character base32 suffix.

Required string length: 30
Pattern: ^plg_.*

Response

Plugin membership removed successfully.