---
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:** 20 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.
- `404`
- `500` — An unexpected internal error occurred.

---

[API](https://skmtc.net/usepylon/apis/pylon-api.md) · [All operations](https://skmtc.net/usepylon/apis/pylon-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/usepylon/pylon-api/versions/484a11d5ddb2/schema)
