Delete Application
4 min
use this method to delete an application and its revisions when the artifact is no longer required deletion is destructive confirm that no active or upcoming test depends on the application before you begin get the stable filekey from upload application or list applications deleting by filekey removes the application entry and its revisions sdk method java node js client applications() delete(filekey) await client applications() delete(filekey) parameter parameter required description filekey yes stable identifier returned by upload or list do not pass filepath or downloadurl instead of filekey examples client applications() delete("mobile app apk");await client applications() delete("mobile app apk"); deletion removes the application and its revisions confirm that no active or scheduled test still uses the filekey the methods complete without returning a model when deletion succeeds keep application cleanup separate from session and allocation cleanup deleting an application does not stop a session or release a device
