Skip to content
Endless Documentation

Remove Team Member

DELETE
/organizations/{organization_id}/teams/{team_id}/members/{user_id}

Authorization

bearerAuth
AuthorizationBearer <token>

JWT token from authentication

In: header

Path Parameters

organization_id*string
Length1 <= length
team_id*string
Length1 <= length
user_id*string
Length1 <= length

Response Body

application/json

curl -X DELETE "https://example.com/organizations/org_abc123/teams/0191e5a2-1c40-7b3a-8f21-6d0c2a91f4e7/members/user_abc123"
{  "success": true}