Delete Gallery Medium - API v2.4 - CoastSnap - SPOTTERON

Delete medium from gallery

Marks the specified medium as deleted and removes it from the gallery. The gallery must belong to a spot the authenticated user is authorized to edit and must have state in_progress.

Endpoint: https://www.spotteron.com/api/v2.4/galleries/{gallery_id}/media/{medium_id}
Authentication: Bearer token
Method: DELETE
Return format: JSON

Example request

curl -X DELETE "https://www.spotteron.com/api/v2.4/galleries/7/media/12" \
  -H "Authorization: Bearer <TOKEN>"

Example Response

Returns an empty success response.