---
title: "Permanently ignore error group"
method: POST
path: "/applications/{application-identifier}/error-groups/{error-group-identifier}/permanently-ignore"
tags: ["errors"]
---

# Permanently ignore error group

`POST /applications/{application-identifier}/error-groups/{error-group-identifier}/permanently-ignore`

Set the status of the error group to permanently ignored

## Request body

- object
  - `discardNewOccurrences` boolean, required — When true, new occurrences of this error will not be stored or count towards your error quota

## Response `200`

OK

- ErrorGroup
  - `identifier` string, required
  - `applicationIdentifier` string, required
  - `message` string, required
  - `status` 'active' | 'resolved' | 'ignored' | 'permanentlyIgnored', required
  - `lastOccurredAt` string, required
  - `createdAt` string, date-time, required
  - `resolvedIn` object
    - `version` string
    - `discardFromPreviousVersions` boolean
  - `discardNewOccurrences` boolean — True if the error is permanently ignored and has been set to discard any new occurrences.
  - `applicationUrl` string, uri — URL to view the error group in Raygun.

## Other responses

- `401` — Problem Details
- `403` — Problem Details
- `404` — Problem Details
- `409` — Problem Details
- `422` — Validation problem details
- `429` — Too many requests

---

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