Remove shot asset instance

DELETE /data/shots/{shot_id}/asset-instances/{asset_instance_id}

Remove an asset instance from a specific shot.

Path parameters

  • shot_id Required

    Unique identifier of the shot

  • asset_instance_id Required

    Unique identifier of the asset instance

Responses

  • 204

    Asset instance successfully removed from shot

DELETE /data/shots/{shot_id}/asset-instances/{asset_instance_id}
curl \
 --request DELETE 'http://api.example.com/data/shots/e68e0ie8-gi19-8009-e514-91897426g69/asset-instances/h91h3lh1-jl42-1332-h847-24120759j92' \
 --header "Authorization: $API_KEY"