Podio API Documentation

Subscriptions: Unsubscribe by reference

DELETE /subscription/{ref_type}/{ref_id}

Unsubscribe from getting notifications on actions on the given object.

Usage
PHP Client
PodioSubscription.php
PodioSubscription::delete_for( $ref_type, $ref_id );
Ruby Gem
subscription.rb
Podio::Subscription.delete_by_reference( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.

Sandbox

The sandbox only handles GET operations for now.