Dash0 acquires Polar Signals

Manage Teams and Members

Remove a member from the organization

delete/api/members/{memberID}

Removes the given member from the organization.

Parameters 1

memberIDpathrequired

The internal ID of the member to remove.

string
bash
Sample request
12
curl --request DELETE 'https://api.eu-west-1.aws.dash0.com/api/members/example' \
--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"

Responses

Successfully removed the member.