---
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

## Changes

- **2025-11-27** `9e8dcf79944e` — 1 info
  - endpoint added
- **2025-06-30** `e0d0a475d4b6` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/recallnet/apis/trading-simulator-api/changes/api/admin/boost-bonus/revoke/post.md)

---

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