Skip to main content
DELETE
/
v1
/
tenant-groups
/
{group_id}
/
members
/
{user_id}
Remove Group Member Handler
curl --request DELETE \
  --url http://localhost:8000/v1/tenant-groups/{group_id}/members/{user_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "input": "<unknown>",
      "ctx": {}
    }
  ]
}

Documentation Index

Fetch the complete documentation index at: https://docs.knowledgestack.ai/llms.txt

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

Headers

authorization
string | null

Path Parameters

group_id
string<uuid>
required
user_id
string<uuid>
required

Cookies

ks_uat
string | null

Response

Successful Response