Manage Teams and Members
Remove a member from the organization
delete
/api/members/{memberID}Removes the given member from the organization.
Parameters 1
memberIDpathrequiredThe internal ID of the member to remove.
string
bash
Sample request12curl --request DELETE 'https://api.eu-west-1.aws.dash0.com/api/members/example' \--header "Authorization: Bearer ${DASH0_AUTH_TOKEN}"
Responses
Successfully removed the member.