Podio API Documentation

Comments: Delete a comment

DELETE /comment/{comment_id}

Deletes a comment made by a user. This can be used to retract a comment that was made and which the user regrets.

Usage
PHP Client
PodioComment.php
PodioComment::delete( $comment_id );
Ruby Gem
comment.rb
Podio::Comment.delete( id )
Parameters
comment_id*
Required.
hook

True if hooks should be executed for the change, false otherwise.


Default value: true

Sandbox

The sandbox only handles GET operations for now.