---
title: "Remove a league display rule"
method: DELETE
path: "/leagues/{identifier}/display-rules/{displayRuleId}"
tags: ["League: Rules & Config"]
---

# Remove a league display rule

`DELETE /leagues/{identifier}/display-rules/{displayRuleId}`

Removes an informational display rule. Requires a personal or developer API key whose owner is currently a league ADMIN of the league in the path, with the league display_rules capability enabled on the key. League API access is gated at api_pro on the league owner's plan.

## Path parameters

- `identifier` string, required — League slug or Convex league ID.
- `displayRuleId` string, required — Display rule ID.

## Response `200`

The display rule was removed.

- RemoveDisplayRuleResponse
  - `success` true, required
  - `timestamp` string, required

## Other responses

- `400` — Bad request (invalid body, cursor, limit, or date).
- `401` — Missing or invalid API key.
- `403` — API key lacks the required permission.
- `404` — Resource not found.
- `429` — Rate limited.
- `500` — Internal server error.

## Changes

- **2026-06-10** `82f2480cdb83` — 2 info
  - api tag `League: Rules & Config` added
  - api tag `Leagues` removed
- **2026-06-08** `ce9d28b58b38` — 1 info
  - endpoint added
- **2026-06-04** `f22bd61fd595` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/teambattles/apis/teambattles-api/changes/leagues/:identifier/display-rules/:displayRuleId/delete.md)

---

[API](https://skmtc.dev/teambattles/apis/teambattles-api.md) · [All operations](https://skmtc.dev/teambattles/apis/teambattles-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/teambattles/teambattles-api/revisions/2ffe8fb53b7d/schema)
