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

Path Parameters

pluginId
string<typeid>
required

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

Required string length: 30
Pattern: ^plg_.*
configObjectId
string<typeid>
required

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

Required string length: 30
Pattern: ^cob_.*

Response

Plugin membership removed successfully.