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

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.