I do not want to store my app on your platform after testing. What must I do?

I do not want to store my app on your platform after testing. What must I do?

Hey Helen!

You can use our API to delete the App:

curl --location --request DELETE "YOUR_LAMBDATEST_USERNAME:YOUR_LAMBDATEST_ACCESS_KEY" @manual-api.lambdatest.com/app/delete' --header 'Content-Type: application/json'

data-raw '{


    "appIds" : "APPID1,APPID2"
}'