Skip to main content
DELETE
/
api
/
finds
/
{findId}
/
like
Unlike a find
curl --request DELETE \
  --url https://serengo.zias.be/api/finds/{findId}/like \
  --header 'Authorization: Bearer <token>'
{
  "likeCount": 123
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

findId
string
required

Response

200 - application/json

Like removed

likeCount
integer