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
Documentation IndexFetch the complete documentation index at: https://docs.blox.report/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.blox.report/llms.txt
Use this file to discover all available pages before exploring further.
API key and secret as key:secret in Authorization header.
key:secret
Show child attributes
Report unclaimed successfully