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
originOrIdpathrequiredThe origin or id of the team.
string
memberIDpathrequiredThe id of the member.
string
bash
Sample request12curl --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.