Podio API Documentation

Applications: Delete app

DELETE /app/{app_id}

Deletes the app with the given id. This will delete all items, widgets, filters and shares on the app. This operation is not reversible.

Usage
PHP Client
PodioApp.php
PodioApp::delete( $app_id );
Ruby Gem
application.rb
Podio::Application.delete( id )
Parameters
app_id*
Required.
silent

If set to true, the object will not be bumped up in the stream and notifications will not be generated.


Default value: false

Sandbox

The sandbox only handles GET operations for now.