Launch Week 02 wrapped — explore all five launches

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.

DELETE/v2/organization/governance-control-groups/{controlGroupId}
curl -X DELETE "https://api.confident-ai.com/v2/organization/governance-control-groups/{controlGroupId}" \
  -H "CONFIDENT_API_KEY: <ORGANIZATION-API-KEY>"
200
{
  "success": true,
  "data": {
    "id": "<GOVERNANCE-CONTROL-GROUP-ID>"
  },
  "deprecated": false
}

Headers

  • CONFIDENT_API_KEYstringRequired

    The organization API key for your Confident AI organization.

Path parameters

  • controlGroupIdstringRequired

    The id of the governance control group.

Response

Delete Group succeeded.

  • successboolean

    Indicates if the request was successful.

  • dataobject

    A reference to a governance control group by its id.

    Show 1 propertyHide 1 property
    • idstring

      The id of the governance control group.

  • deprecatedboolean

    Indicates if this endpoint is deprecated.

Built byConfident AI