Delete given shot.

DELETE /data/shots/{shot_id}

Responses

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