Likes
Like Post Remove
Removes a like/vote from the authenticated account for the post. It will perform the inverse of any changes to the account's algorithm. Also is idempotent, so repeated use will do nothing after being actioned once.
Removes a like/vote from the authenticated account for the post. It will perform the inverse of any changes to the account's algorithm. Also is idempotent, so repeated use will do nothing after being actioned once.
DELETE
/likes/posts/{post_id}storyden-session<token>
In: cookie
Path Parameters
post_idstring
Unique post ID.
Format
xidResponse Body
curl -X DELETE "https://loading/api/likes/posts/cc5lnd2s1s4652adtu50"Empty
Empty
Empty
{
"error": "string",
"message": "string",
"suggested": "string",
"metadata": {}
}