Skip to content

Endpoint

  • Method: DELETE
  • Path: /feeds/{feed_id}/comments/{comment_id}
  • Edition: Core
  • Controller: CommentsController@deleteComment
  • Route source: fluent-community/app/Http/Routes/api.php:56
  • Controller source: fluent-community/app/Http/Controllers/CommentsController.php

DELETE Delete Comment

DELETE
/feeds/{feed_id}/comments/{comment_id}

Delete Comment for the FluentCommunity Comments API.

Controller: CommentsController@deleteComment
Route source: fluent-community/app/Http/Routes/api.php:56

Authorizations

ApplicationPasswords

WordPress Application Passwords — use Basic auth with username:application_password.

Type
API Key (header: Authorization)

Parameters

Path Parameters

feed_id*

Feed ID extracted from the URL path.

Type
integer
Required
comment_id*

Comment ID extracted from the URL path.

Type
integer
Required

Responses

Successful response

application/json
JSON
{
  
"message": "string"
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI

FluentCommunity developer documentation