For example useful if you are testing some integration that automatically created application versions.
export SSC_UNIFIEDLOGINTOKEN=NTM0M2ViODAtNjM0Ni00Njg1LTg5M2UtNzI4ZTUyN2Q0NWIy
export SSC_BASEURL=http://localhost:1920/ssc
for i in {351..414}; do curl -X DELETE -H "Accept: application/json" -H "Authorization: FortifyToken $SSC_UNIFIEDLOGINTOKEN" $SSC_BASEURL/api/v1/projectVersions/$i; done