Podio API Documentation

Files: Delete file

DELETE /file/{file_id}

Deletes the file with the given id.

Usage
PHP Client
PodioFile.php
PodioFile::delete( $file_id );
Ruby Gem
file_attachment.rb
Podio::FileAttachment.delete( id )
Parameters
file_id*
Required.

Sandbox

The sandbox only handles GET operations for now.