UnLikeAPost
UnLike a post.
Input
| Name | Type | Description |
| PostId | Integer | The unique identifier of the post to unlike. |
Result Set Columns
| Name | Type | Description |
| Success | String | Indicates whether the unlike operation completed successfully. |
| PostId | Integer | The unique identifier of the post affected by the operation. |
| SiteId | Integer | The unique identifier of the site the post belongs to. |
| ILike | Boolean | Indicates whether the current user still likes the post after the operation. |
| LikerId | Integer | The unique identifier of the user who performed the unlike action. |
| LikerLogin | String | The WordPress login name of the user who performed the unlike action. |
| LikerEmail | String | The email address associated with the user who performed the unlike action. |
| LikerName | String | The display name of the user who performed the unlike action. |
| LikerFirstName | String | The first name of the user who performed the unlike action. |
| LikerLastName | String | The last name of the user who performed the unlike action. |
| LikerNiceName | String | The user's nice name, used for URL-friendly profile references. |
| LikerURL | String | The URL associated with the user's account or personal site. |
| LikerAvatarURL | String | The direct link to the user's avatar image. |
| LikerProfileURL | String | The full URL to the user's public WordPress.com profile. |
| LikerIPAddress | String | The IP address of the user who performed the unlike action. |
| LikerSiteId | String | The unique site identifier associated with the user. |
| LikerSiteVisible | Boolean | Indicates whether the user's site is publicly visible. |
| LikerDefaultAvatar | Boolean | Specifies whether the default avatar is being used for the user. |
| MetaAggregate | String | An array of metadata returned for the unliked post, including contextual details. |