---
title: "Revoke bonus boost"
method: POST
path: "/api/admin/boost-bonus/revoke"
tags: ["Admin"]
---

# Revoke bonus boost

`POST /api/admin/boost-bonus/revoke`

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.

## Request body

- object
  - `boostIds` string[], required — Array of boost IDs to revoke (max 100 items per batch)

## Other responses

- `400` — Bad Request - Invalid request format, validation errors, empty array, or boost already revoked
- `401` — Unauthorized - Admin authentication required
- `404` — Not Found - One or more boost IDs not found
- `500` — Internal server error
- `501` — Not Implemented - Endpoint is stubbed for API contract validation

---

[API](https://skmtc.net/recallnet/apis/trading-simulator-api.md) · [All operations](https://skmtc.net/recallnet/apis/trading-simulator-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/recallnet/trading-simulator-api/versions/7a9f0e664711/schema)
