Skip to main content
DELETE
Remove team member
This v1 endpoint is deprecated and will be removed in the coming weeks. Use DELETE /teams/{team_id}/members/{member_id} in the v2 API instead. The v2 path parameter is member_id, not user_role_id.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

team_id
string<uuid>
required

The ID of the team

user_role_id
string<uuid>
required

The ID of the team membership (UserRole ID)

organization_id
string
required

Response

Successful Response

success
boolean
required