Skip to content

Endpoint

  • Method: DELETE
  • Path: /moderation/reports/{report_id}
  • Edition: PRO
  • Controller: ModerationController@delete
  • Route source: fluent-community-pro/app/Http/Routes/api.php:92
  • Controller source: fluent-community-pro/app/Http/Controllers/ModerationController.php

DELETE Delete Moderation Report

DELETE
/moderation/reports/{report_id}

Delete Moderation Report for the FluentCommunity Reports API.

Controller: ModerationController@delete
Route source: fluent-community-pro/app/Http/Routes/api.php:92

Authorizations

ApplicationPasswords

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

Type
API Key (header: Authorization)

Parameters

Path Parameters

report_id*

Report 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