Podio API Documentation
Applications: Delete app field
Deletes a field on an app. When deleting a field any new items and updates to existing items will not have this field present. For existing items, the field will still be presented when viewing the item.
Usage
- PHP Client
-
PodioAppField.php
PodioAppField::delete( $app_id, $field_id, $attributes = array() );
- Ruby Gem
-
application.rb
Podio::Application.delete_field( app_id, field_id )
Parameters
- app_id*
- Required.
- field_id*
- Required.
- delete_values
True if the values for the fields should be deleted, false otherwise
Default value: false
Response
{
"revision": The new revision of the app
}