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