Podio API Documentation

Ratings: Remove rating

This operation is deprecated and will be removed soon.
DELETE /rating/{ref_type}/{ref_id}/{rating_type}

Removes a previous rating of the given type by the user of the specified object.

Usage
PHP Client
PodioRating.php
PodioRating::delete( $ref_type, $ref_id, $rating_type );
Ruby Gem
rating.rb
Podio::Rating.delete( ref_type, ref_id, rating_type )
Parameters
ref_type*
Required.
ref_id*
Required.
rating_type*
Required.

Sandbox

The sandbox only handles GET operations for now.