Podio API Documentation

Forms: Deactivate form

POST /form/{form_id}/deactivate

Disables the form with given id. This makes it impossible to create new items using the form. Instead, a message about the form being disabled is shown.

Usage
Ruby Gem
form.rb
Podio::Form.disable( form_id )
Parameters
form_id*
Required.

Sandbox

The sandbox only handles GET operations for now.