DELETE
/members/{principalId}Remove a team member
Remove a team member from the workspace (converts them to a portal user). Cannot remove yourself or the last admin.
Parameters
| Name | In | Type | Description |
|---|---|---|---|
principalIdrequired | path | string | Principal ID |
Errors
204Team member removed401Unauthorized403Cannot remove self or last admin404Team member not foundExample request
curl \
-X DELETE \
"https://feedback.quackback.io/api/v1/members/:principalId" \
-H "Authorization: Bearer qb_your_api_key_here"