Podio API Documentation

Hooks: Delete hook

DELETE /hook/{hook_id}

Deletes the hook with the given id.

Usage
PHP Client
PodioHook.php
PodioHook::delete( $hook_id );
Ruby Gem
hook.rb
Podio::Hook.delete( hook_id )
Parameters
hook_id*
Required.

Sandbox

The sandbox only handles GET operations for now.