We can offer to the user an easy way to add a page tab to their pages with:
https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&display=popup&next=YOUR_URL
ref: https://developers.facebook.com/docs/reference/dialogs/add_to_page/
Is there an easy way to remove page tabs? Hopefully through Graph API or a link like the showed.
There are 2 options that I know of:
DELETEHTTP request tograph.facebook.com/PAGE_ID/tabs/APP_ID**Your app will need the
manage_pagespermission to get the Page Access Token to make this API call.