Podio API Documentation

Recurrence: Delete recurrence

DELETE /recurrence/{ref_type}/{ref_id}

Deletes the recurrence

Usage
PHP Client
PodioRecurrence.php
PodioRecurrence::delete( $ref_type, $ref_id );
Ruby Gem
recurrence.rb
Podio::Recurrence.delete( ref_type, ref_id )
Parameters
ref_type*
Required.
ref_id*
Required.

Sandbox

The sandbox only handles GET operations for now.