Delete User Visibility
DELETE/api/users/deleteuservisibility/:id
Tier: Internal — subject to change without notice.
Revokes a single user-visibility grant.
Hard delete. Raises an asynchronous cache refresh for the affected user.
Request
Responses
- 200
- 400
- 401
- 403
true once the grant has been deleted.
Unknown id — empty error array (the service returns false with no response code); or a database failure — OperationFailed.
Caller is not authenticated.
Caller does not have Update permission on the Management module.