Skip to Content
AppsDelete an app

Delete an app

Remove an app from your namespace.

deleteApp.js
1
await client.apps.del("da_XYZ");
2
console.log("App deleted");

Source: stackmachine/sdks  examples.