unlikePost
Remove a like from a post on X.com (formerly Twitter) using authenticated user credentials. Specify user ID and post ID to unlike content.
Instructions
Unlike a post on behalf of the authenticated user
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| user_id | Yes | The user ID who is unliking the post | |
| tweet_id | Yes | The post ID to unlike |