> ## Documentation Index
> Fetch the complete documentation index at: https://team.k0labs.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Remove organization member

> Remove a member from the organization. Admins can remove any member, users can remove themselves. Cannot remove the last admin.



## OpenAPI

````yaml api-docs/app-team/auth.json delete /api/v1/organizations/{id}/members/{userId}
openapi: 3.1.1
info:
  title: Auth API
  version: 1.0.0
  description: >-
    Auth API supporting the k0rdent Enterprise authentication and authorization
    service
servers:
  - url: http://localhost:8000
    description: Local Development
security: []
paths: {}

````