Delete Group
DELETEhttps://api.confident-ai.com/v2/organization/governance-control-groups/{controlGroupId}
Permanently deletes a governance control group. The controls that were in it are not deleted and become ungrouped, and they keep gating exactly the projects they gated before, since a group never scoped that.
Warning: This action cannot be undone.
curl -X DELETE "https://api.confident-ai.com/v2/organization/governance-control-groups/{controlGroupId}" \
-H "CONFIDENT_API_KEY: <ORGANIZATION-API-KEY>"{
"success": true,
"data": {
"id": "<GOVERNANCE-CONTROL-GROUP-ID>"
},
"deprecated": false
}Headers
CONFIDENT_API_KEYstringRequiredThe organization API key for your Confident AI organization.
Path parameters
controlGroupIdstringRequiredThe id of the governance control group.
Response
Delete Group succeeded.
successbooleanIndicates if the request was successful.
dataobjectA reference to a governance control group by its id.
Show 1 propertyHide 1 property
idstringThe id of the governance control group.
deprecatedbooleanIndicates if this endpoint is deprecated.