DELETE /team/{id}/member/{principalId}
Remove the given member from the specified Team. Note: The client must either be a Team administrator or the member being removed.
Resource URL
https://repo-prod.prod.sagebase.org/repo/v1/team/{id}/member/{principalId}
Resource URL Variables
| {id} | the Team ID |
| {principalId} | the member's principal ID |
| Resource Information | |
|---|---|
| Authentication | Required |
| Required OAuth Scopes | modify |
| HTTP Method | DELETE |
| Request Object | None |
| Response Object | None |