# Permanently delete a report Permanently removes a report from the system. This should only be used for invalid or spam reports. For legitimate reports that have been addressed, use the resolve endpoint instead to maintain moderation history. This action cannot be undone. RBAC: requires Reports.Manage Endpoint: DELETE /api/v1/admin/reports/{reportId}/delete Version: 1.0 Security: ## Path parameters: - `reportId` (string, required) UUID with type prefix Example: "us_01hxcvk1hjexere4pvtrj0ymqq" ## Response 401 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 404 fields (application/json): - `errorCode` (string, required) Error code - `message` (string, required) Error message - `docUrl` (string) Link to documentation ## Response 200 fields