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

Delete a team member

Deletes member from the specified organization team.

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

A unique entity identifier

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

A unique entity identifier

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

The unique ID of the User

Responses
204

Member was not part of the team

No content

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

No content

Last updated

Was this helpful?

Powered by GitBook