Podio API Documentation

Subscriptions: Unsubscribe by id

DELETE /subscription/{subscription_id}

Stops the subscription with the given id

Usage
PHP Client
PodioSubscription.php
PodioSubscription::delete( $subscription_id );
Ruby Gem
subscription.rb
Podio::Subscription.delete( id )
Parameters
subscription_id*
Required.

Sandbox

The sandbox only handles GET operations for now.