Podio API Documentation

Users: Delete user property

DELETE /user/property/{name}

Deletes the property for the active user with the given name. The property is specific to the auth client used.

Usage
PHP Client
PodioUser.php
PodioUser::delete_property( $name );
Ruby Gem
user.rb
Podio::User.remove_property( name )
Parameters
name*
Required.

Sandbox

The sandbox only handles GET operations for now.