Team memberships
Remove a user from a team
Team memberships for capacity planning teams. Users can be either Aha! users or virtual users
delete/teams/{team_id}/team_memberships/{id}
Path parameters
team_idstring required
TeamId identifier
idstring required
Id identifier
Request body
Example request
{
"team_membership": {
"user_id": 689956296
}
}Response
No content - operation successful
Changes
No recorded changes to this endpoint across all 5 revisions of this API.