Dismiss Report
Dismiss a report.
Dismiss a report, indicating that no further action is required. Optionally provide a reason and the name of the staff member who dismissed it.
Requires the X-API-Key header with your server's API key.
X-API-Key: your-api-key-here
| Header | Type | Required | Description |
|---|
X-API-Key | string | Yes | Your server's API key. |
Content-Type | string | Yes | Must be application/json. |
| Parameter | Type | Required | Description |
|---|
id | string | Yes | The unique identifier of the report. |
| Field | Type | Required | Description |
|---|
dismissedBy | string | No | The name of the staff member dismissing the report. |
reason | string | No | The reason for dismissing the report. |
{
"dismissedBy": "StaffMember",
"reason": "Insufficient evidence to take action."
}
| Status Code | Description |
|---|
400 | Invalid request body. |
401 | Missing or invalid API key. |
404 | Report not found. |
429 | Rate limit exceeded. |
500 | Internal server error. |