Appearance
DELETE
/feeds/{feed_id}/comments/{comment_id}
CommentsController@deleteComment
fluent-community/app/Http/Routes/api.php:56
fluent-community/app/Http/Controllers/CommentsController.php
Delete Comment for the FluentCommunity Comments API.
Controller: CommentsController@deleteComment Route source: fluent-community/app/Http/Routes/api.php:56
WordPress Application Passwords — use Basic auth with username:application_password.
Feed ID extracted from the URL path.
Comment ID extracted from the URL path.
Successful response
Endpoint
DELETE/feeds/{feed_id}/comments/{comment_id}CommentsController@deleteCommentfluent-community/app/Http/Routes/api.php:56fluent-community/app/Http/Controllers/CommentsController.phpDELETE Delete Comment
Delete Comment for the FluentCommunity Comments API.
Controller:
CommentsController@deleteCommentRoute source:
fluent-community/app/Http/Routes/api.php:56Authorizations
WordPress Application Passwords — use Basic auth with username:application_password.
Parameters
Path Parameters
Feed ID extracted from the URL path.
Comment ID extracted from the URL path.
Responses
Successful response
Playground
Authorization
Variables
Samples