DELETE
/platform/posts/{post}/like
curl \
--request DELETE 'https://domain.tld/api/v2/platform/posts/{post}/like' \
--header "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
{
"message": "Post unliked successfully"
}
Response examples (401)
{
"message": "Unauthorized."
}