UnFollowSpecifiedBlog
Follow the specified blog.
Stored Procedure Specific Information
Execute
Call this procedure to unfollow the specified blog.
To unfollow the specified blog, you must specify the following column: BlogUrl. A successful authentication is also required.
For example:
EXEC UnfollowSpecifiedBlog BlogUrl='http://ramaarya.blog';
Input
| Name | Type | Description |
| BlogUrl | String | The full URL of the blog that the user wants to unfollow. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the unfollow request completed successfully. |
| Subscribed | Boolean | Indicates whether the user is still subscribed to the blog after the operation. |
| Info | String | Additional details about the unfollowed blog, such as its name or status. |