Method: Dogapi::V1::CommentService#delete_comment
- Defined in:
- lib/dogapi/v1/comment.rb
#delete_comment(comment_id) ⇒ Object
26 27 28 |
# File 'lib/dogapi/v1/comment.rb', line 26 def delete_comment(comment_id) request(Net::HTTP::Delete, "/api/#{API_VERSION}/comments/#{comment_id}", nil, nil, false) end |