Podio API Documentation

Status: Delete a status message

DELETE /status/{status_id}

This is used to delete a status message. This is normally only done if the user regrets his status update. After deletion the status message will no longer be viewable by anyone.

Usage
PHP Client
PodioStatus.php
PodioStatus::delete( $status_id );
Ruby Gem
status.rb
Podio::Status.delete( id )
Parameters
status_id*
Required.

Sandbox

The sandbox only handles GET operations for now.