Delete given shot from given scene.
DELETE
/data/scenes/{scene_id}/shots/{shot_id}
curl \
--request DELETE http://api.example.com/data/scenes/{scene_id}/shots/{shot_id} \
--header "Authorization: $API_KEY"
curl \
--request DELETE http://api.example.com/data/scenes/{scene_id}/shots/{shot_id} \
--header "Authorization: $API_KEY"