User-related API environment
Production user-related API docs
These pages describe the Production user-related API stack.
Use production OAuth credentials, production API base URLs, and production app URLs when following this documentation.
Need to test before going live? Switch to the Pre-live docs using the environment switcher above.
Unfollow a page
Stop following a page. Their posts will no longer appear in your personalized feed.
Path Parameters
pageId number required
Unique numeric page ID
Responses
- 200
- 401
Successfully unfollowed the page
application/json
Schema
Example (from schema)
Example
Schema
unfollowed boolean
{
"unfollowed": true
}
{
"unfollowed": true
}
User not authenticated
Loading...