Delete given shot from given scene.

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

Path parameters

  • scene_id Required
  • shot_id Required

Responses

  • 204

    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"