---
title: "Delete an account highlight"
method: DELETE
path: "/accounts/{account_id}/highlights/{highlight_id}"
tags: ["account-highlights"]
---

# Delete an account highlight

`DELETE /accounts/{account_id}/highlights/{highlight_id}`

Permanently deletes an account highlight by ID.

**Rate limit:** 120 requests per minute

## Path parameters

- `account_id` string, required
- `highlight_id` string, required

## Response `200`

- DeleteAccountHighlightResponseBody
  - `data` DeleteAccountHighlightResponseData
    - `success` boolean
  - `request_id` string

## Other responses

- `400` — The request was invalid or could not be completed.
- `403` — The authenticated caller or organization is not allowed to access this endpoint or operation.
- `404`
- `500` — An unexpected internal error occurred.

## Changes

- **2026-08-28** `fe3adb90ea45` — 1 info
  - added the non-success response with the status `403`

[Change history](https://skmtc.dev/usepylon/apis/pylon-api/changes/accounts/:account_id/highlights/:highlight_id/delete.md)

---

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