Dash0 acquires Polar Signals

Manage Teams and Members

Remove a member from a team

delete/api/teams/{originOrId}/members/{memberID}

Removes the given member from the team.

Parameters 2

originOrIdpathrequired

The origin or id of the team.

string
memberIDpathrequired

The id of the member.

string
bash
Sample request
12
curl --request DELETE 'https://api.eu-west-1.aws.dash0.com/api/teams/123e4567-e89b-42d3-a456-426614174000/members/example' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

The member is removed.