Last updated 7 months ago
Deletes an app. Your API token must be provisioned to the same account where the app was uploaded.
The publicKey for the app.
"p7nww3n6ubq73r1nh9jtauqy8w"
OK
const response = await fetch('https://api.appetize.io/v1/apps/{app_publicKey}', { method: 'DELETE', headers: {}, }); const data = await response.json();