Delete given shot.

DELETE /data/shots/{shot_id}

Path parameters

  • shot_id Required

Responses

  • 204

    Given shot deleted

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