Delete an application
You can delete a Spin application from Akamai Functions using the aka plugin for spin CLI.
Any member of a team account can delete any application within that account. Akamai Functions does not currently support role-based access control (RBAC) or per-application permissions. Use caution when sharing team account access, as any member can permanently delete any application in the account.
Find the application you want to delete
You can use the spin aka app list command to retrieve a list of all Spin applications deployed to your Akamai Functions account.
spin aka app listhello-akamai-functions
validate-jwt-tokens
query-external-databaseDelete your application
Use the spin aka app delete command to delete a Spin application from your Akamai Functions account.
Before you proceedDeleting an application is permanent and cannot be undone.
spin aka app delete --app-name validate-jwt-tokensThe spin aka app delete command, will ask you to confirm that you want to delete the app. Once confirmed, the application will be removed from your Akamai Functions account.
Are you sure you want to delete the app 'validate-jwt-tokens' (21077e3b-d632-4df3-921f-f7ebefb9aaca)? yes
Deleted app successfully.Updated 6 days ago
