Skip to main content
DELETE
/
groups
/
{group_id}
/
visible-orgs
/
{org_id}
Remove Group Visible Org
curl --request DELETE \
  --url https://api.example.com/groups/{group_id}/visible-orgs/{org_id}
{
  "id": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt

Use this file to discover all available pages before exploring further.

The owner org (where the group was created) cannot be removed from visible orgs.

Path Parameters

group_id
string
required
org_id
string
required

Response

Successful Response

id
string
required
message
string
required