v1

latestOpenAPI 3.0.0ISC License2026-07-17873443.7 KB
Admin

Revoke bonus boost

Revoke multiple bonus boosts in a single request. Prevents future applications and removes from competitions where the boosting window hasn't opened.

Note: This endpoint is currently stubbed and returns 501 Not Implemented for API contract validation.

post/api/admin/boost-bonus/revoke

Request body

boostIdsstring[] required

Array of boost IDs to revoke (max 100 items per batch)

Example request

{
  "boostIds": [
    "12345678-1234-1234-1234-123456789012",
    "87654321-4321-4321-4321-210987654321"
  ]
}