Delete Post heart
delete post heart
DELETE
/posts/{postId}/hearts
<Description of the endpoint>
Headers
Name
Value
Content-Type
application/json
Authorization
Bearer <token>
Response
{
"success": "Selected heart has successfully deleted."
}
Last updated