Delete given shot from given scene.

DELETE /data/scenes/{scene_id}/shots/{shot_id}

Responses

  • Given shot deleted 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"