Skip to main content
DELETE
/
api
/
finds
/
comments
/
{commentId}
Delete a comment
curl --request DELETE \
  --url https://serengo.zias.be/api/finds/comments/{commentId} \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

commentId
string
required

Response

204

Comment deleted