DELETE
/users/{principalId}Remove a portal user
Remove a portal user from the workspace
Parameters
| Name | In | Type | Description |
|---|---|---|---|
principalIdrequired | path | string | Principal ID |
Errors
204Portal user removed401Unauthorized404Portal user not foundExample request
curl \
-X DELETE \
"https://feedback.quackback.io/api/v1/users/:principalId" \
-H "Authorization: Bearer qb_your_api_key_here"