DELETE /v1/teams/{teamId}/members/{uid}
Remove a Team Member from the Team, or dismiss a user that requested access, or leave a team.
Servers
- https://api.vercel.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
uid |
String | Yes |
The user ID of the member. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
newDefaultTeamId |
String | No |
The ID of the team to set as the new default team for the Northstar user. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.