For the complete documentation index, see llms.txt. This page is also available as Markdown.

Remove an organization member or request an organization admin to do it

delete
Authorizations
AuthorizationstringRequired
Bearer authentication header of the form Bearer <token>.
Path parameters
organizationIdstringRequired

A unique entity identifier

Pattern: ^[a-zA-Z0-9_-]+$
userIdstringRequired

The unique ID of the User

Responses
202

The removal request was sent to the organization administrators.

No content

delete/orgs/{organizationId}/members/{userId}

No content

Last updated

Was this helpful?