Storyden
Posts

Post React Remove

Remove a reaction from a post.

Remove a reaction from a post.

DELETE/posts/{post_id}/reacts/{react_id}
storyden-session<token>

In: cookie

Path Parameters

post_idstring

Unique post ID.

Formatxid
react_idstring

Unique react ID.

Formatxid

Response Body

curl -X DELETE "https://loading/api/posts/cc5lnd2s1s4652adtu50/reacts/cc5lnd2s1s4652adtu50"
Empty
Empty
Empty
{
  "error": "string",
  "message": "string",
  "suggested": "string",
  "metadata": {}
}