curl --request DELETE \
--url https://api.openworklabs.com/v1/config-objects/{configObjectId}/plugins/{pluginId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Removes one active plugin membership from a config object.
curl --request DELETE \
--url https://api.openworklabs.com/v1/config-objects/{configObjectId}/plugins/{pluginId}{
"error": "<string>",
"details": [
{
"message": "<string>",
"path": [
"<string>"
]
}
]
}Den TypeID with 'cob_' prefix and a 26-character base32 suffix.
30^cob_.*Den TypeID with 'plg_' prefix and a 26-character base32 suffix.
30^plg_.*Plugin membership removed successfully.
Was this page helpful?