DeleteAppAsync

delete application as an asynchronous operation. Returns (Task.)

Destroy the desginated App

Name Description
item The Application to delete.

Delete App Async

Example in C#

// Returns: nothing
await client.DeleteAppAsync(AppInfo item);

Example in CURL



           curl -X DELETE \
               https://keepapi.feenicshosting.com/api/f/INSTANCE.KEY/apps/APP.KEY \
               -H 'Authorization: Bearer TOKEN_GOES_HERE'