Skip to content
DELETE/users/{principalId}

Remove a portal user

Remove a portal user from the workspace

Parameters

NameInTypeDescription
principalIdrequiredpathstringPrincipal ID

Errors

204Portal user removed
401Unauthorized
404Portal user not found

Example request

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