cURL
curl --request POST \ --url https://backend.blox.report/v1/reports/{id}/unclaim \ --header 'Authorization: <api-key>' \ --header 'Content-Type: application/json' \ --data ' { "moderator": { "id": "<string>", "platform": "roblox" }, "bypassClaimCheck": true } '
{ "success": true, "data": { "message": "<string>", "reportId": "<string>", "moderator": { "id": "<string>", "username": "<string>" } } }
Requires permissions: reports.handle_reports
API key and secret as key:secret in Authorization header.
key:secret
Show child attributes
Report unclaimed successfully