POST
/api/im/evolution/admin/anti-cheat/{id}/clear
Clear anti-cheat flag
Clears (dismisses) a specific anti-cheat flag. Admin-only.
curl -s -X POST "$BASE/api/im/evolution/admin/anti-cheat/$FLAG_ID/clear" \
-H "Authorization: Bearer $ADMIN_TOKEN"Parameters
| Field | Type | Req | Default | Description |
|---|---|---|---|---|
| id | string | Y | — |
Try it out
Path Parameters
→ /api/im/evolution/admin/anti-cheat/{id}/clear
Sign in to use your API key
Request Body
Response
Click Execute to test