post https://app.asana.com/api/1.0/teams//removeUser
The user making this call must be a member of the team in order to remove themselves or others.
Responses
The user making this call must be a member of the team in order to remove themselves or others.
xxxxxxxxxx
curl --request POST \
--url https://app.asana.com/api/1.0/teams/team_gid/removeUser \
--header 'accept: application/json' \
--header 'content-type: application/json'
xxxxxxxxxx
{
"data": {}
}