League: Moderation
Clear A League Cooldown
Clear an active league member cooldown early.
POST
Permission Required
This endpoint requires a league-operator API key bound to this league with thecooldowns league capability, plus the leagueOperatorApi plan feature (api_pro or higher). A free key receives 403 error_api_feature_required.
Access / Membership Rules
You must have a MANAGER or higher role in the league (or be a TeamBattles staff member) to clear a cooldown. If you lack the required access, you’ll receive a403 error.
The {identifier} path parameter is the league slug - the URL-friendly league name (e.g., my-league). The cooldown referenced by {cooldownId} must belong to the bound league.
What’s Returned
Clears an active league member cooldown early. This endpoint takes no request body. On success the response is{ "success": true, "timestamp": "<ISO 8601>" }.
Authorizations
Send your API key as: Authorization: Bearer tb_
Path Parameters
League slug or Convex league ID.
League member cooldown ID.