Podio API Documentation

Applications: Deactivate app

POST /app/{app_id}/deactivate

Deactivates the app with the given id. This removes the app from the app navigator, and disables insertion of new items.

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

Sandbox

The sandbox only handles GET operations for now.