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

Response

204

Media deleted