Skip to main content
DELETE
/
api
/
finds
/
{findId}
Delete a find
curl --request DELETE \
  --url https://serengo.zias.be/api/finds/{findId} \
  --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

findId
string
required

Response

204

Find deleted