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
Requiredinteger
Responses
Successful response
application/json
JSON "message": "string"
{
}