Forum Discussion
Nigel Price
May 16, 2017Iron Contributor
How do I delete "Suggested Sites" when clicking on the "SharePoint" tile
Hi I am working with a customer who do not want the suggested sites pane to be displayed (or be able to customise what can be displayed). How can I do this ? Thanks Nigel
Mikael Svenson
May 16, 2017Steel Contributor
I noticed today that the Microsoft Graph API has functions to favorite/non-favorite a Group.
https://developer.microsoft.com/en-us/graph/docs/api-reference/v1.0/api/group_removefavorite
For SP sites you can use the old social API - https://dev.office.com/sharepoint/docs/general-development/following-people-and-content-rest-api-reference-for-sharepoint
which means you can programatically ensure nothing is followed, but you cannot customize that page in itself.
May 16, 2017
By the way, you cannot delete the suggested are in the SPO landing page...this page is simply not customizable at this moment