DELETE /data/shots/{shot_id}
curl \
 --request DELETE http://api.example.com/data/shots/{shot_id} \
 --header "Authorization: $API_KEY"