Podio API Documentation

Grants: Remove grant

DELETE /grant/{ref_type}/{ref_id}/{user_id}

Removes the grant from the given user on the given object

Usage
PHP Client
PodioGrant.php
PodioGrant::delete( $ref_type, $ref_id, $user_id );
Parameters
ref_type*
Required.
ref_id*
Required.
user_id*
Required.

Sandbox

The sandbox only handles GET operations for now.