Skip to main content
DELETE
/
teams
/
{team_token}
/
members
/
{user_token}
Remove team member
curl --request DELETE \
  --url https://api.vantage.sh/v2/teams/{team_token}/members/{user_token} \
  --header 'Authorization: Bearer <token>'
This response has no body data.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

team_token
string
required
user_token
string
required

Response