k0rdent AI Docs

Remove member from group

Visibility: public · internal ( OpenAPI Custom Extension: x-visibility )

Remove a user from the group. Returns 404 if the user is not a member.

DELETE
/v1/regions/global/iam/groups/{groupId}/members/{id}

Authorization

bearerAuth
AuthorizationBearer <token>

Bearer token authentication using OAuth2/OIDC tokens

In: header

Path Parameters

groupId*string

Group resource identifier.

id*string

Membership resource identifier.

Response Body

application/json

application/json

application/json

application/json

curl -X DELETE "https://api.k0rdent.ai/v1/regions/global/iam/groups/string/members/string"
Empty
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}
{
  "error": {
    "code": 0,
    "message": "string",
    "details": [
      {}
    ]
  }
}

How is this guide?

On this page

No Headings