Skip to content
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

NameInTypeDescription
principalIdrequiredpathstringPrincipal ID

Errors

204Team member removed
401Unauthorized
403Cannot remove self or last admin
404Team member not found

Example request

curl \
  -X DELETE \
  "https://feedback.quackback.io/api/v1/members/:principalId" \
  -H "Authorization: Bearer qb_your_api_key_here"