---
title: "Dismiss an issue"
method: DELETE
path: "/issues/{id}"
tags: ["Issues"]
---

# Dismiss an issue

`DELETE /issues/{id}`

This endpoint dismisses an issue.

## Path parameters

- `id` string, required — Issue ID

## Response `200`

Dismissed issue

- union — Issue
  - DeliveryIssue — Delivery issue
    - `id` string, required — Issue ID
    - `team_id` string, required — ID of the project
    - `status` 'OPENED' | 'IGNORED' | 'ACKNOWLEDGED' | 'RESOLVED', required — Issue status
    - `opened_at` string, date-time, required — ISO timestamp for when the issue was last opened
    - `first_seen_at` string, date-time, required — ISO timestamp for when the issue was first opened
    - `last_seen_at` string, date-time, required — ISO timestamp for when the issue last occured
    - `last_updated_by` string, nullable — Deprecated, will always be set to null
    - `dismissed_at` string, date-time, nullable — ISO timestamp for when the issue was dismissed
    - `auto_resolved_at` string, date-time, nullable
    - `merged_with` string, nullable
    - `updated_at` string, required — ISO timestamp for when the issue was last updated
    - `created_at` string, required — ISO timestamp for when the issue was created
    - `type` 'delivery', required
    - `aggregation_keys` DeliveryIssueAggregationKeys, required — Keys used as the aggregation keys a 'delivery' type issue
      - `webhook_id` string[], required
      - `response_status` number[], required
      - `error_code` AttemptErrorCodes[], required
    - `reference` DeliveryIssueReference, required — Reference to the event and attempt an issue is being created for.
      - `event_id` string, required
      - `attempt_id` string, required
  - TransformationIssue — Transformation issue
    - `id` string, required — Issue ID
    - `team_id` string, required — ID of the project
    - `status` 'OPENED' | 'IGNORED' | 'ACKNOWLEDGED' | 'RESOLVED', required — Issue status
    - `opened_at` string, date-time, required — ISO timestamp for when the issue was last opened
    - `first_seen_at` string, date-time, required — ISO timestamp for when the issue was first opened
    - `last_seen_at` string, date-time, required — ISO timestamp for when the issue last occured
    - `last_updated_by` string, nullable — Deprecated, will always be set to null
    - `dismissed_at` string, date-time, nullable — ISO timestamp for when the issue was dismissed
    - `auto_resolved_at` string, date-time, nullable
    - `merged_with` string, nullable
    - `updated_at` string, required — ISO timestamp for when the issue was last updated
    - `created_at` string, required — ISO timestamp for when the issue was created
    - `type` 'transformation', required
    - `aggregation_keys` TransformationIssueAggregationKeys, required — Keys used as the aggregation keys a 'transformation' type issue
      - `transformation_id` string[], required
      - `log_level` TransformationExecutionLogLevel[], required
    - `reference` TransformationIssueReference, required — Reference to the event request transformation an issue is being created for.
      - `transformation_execution_id` string, required
      - `trigger_event_request_transformation_id` string, nullable — Deprecated but still found on historical issues
  - BackpressureIssue — Backpressure issue
    - `id` string, required — Issue ID
    - `team_id` string, required — ID of the project
    - `status` 'OPENED' | 'IGNORED' | 'ACKNOWLEDGED' | 'RESOLVED', required — Issue status
    - `opened_at` string, date-time, required — ISO timestamp for when the issue was last opened
    - `first_seen_at` string, date-time, required — ISO timestamp for when the issue was first opened
    - `last_seen_at` string, date-time, required — ISO timestamp for when the issue last occured
    - `last_updated_by` string, nullable — Deprecated, will always be set to null
    - `dismissed_at` string, date-time, nullable — ISO timestamp for when the issue was dismissed
    - `auto_resolved_at` string, date-time, nullable
    - `merged_with` string, nullable
    - `updated_at` string, required — ISO timestamp for when the issue was last updated
    - `created_at` string, required — ISO timestamp for when the issue was created
    - `type` 'backpressure', required
    - `aggregation_keys` BackpressureIssueAggregationKeys, required — Keys used as the aggregation keys a 'backpressure' type issue
      - `destination_id` string[], required
      - `delay` IssueTriggerBackpressureDelay[], required
    - `reference` BackpressureIssueReference, required — Reference to the destination backpressure an issue is being created for.
      - `destination_id` string, required
  - RequestIssue — Request issue
    - `id` string, required — Issue ID
    - `team_id` string, required — ID of the project
    - `status` 'OPENED' | 'IGNORED' | 'ACKNOWLEDGED' | 'RESOLVED', required — Issue status
    - `opened_at` string, date-time, required — ISO timestamp for when the issue was last opened
    - `first_seen_at` string, date-time, required — ISO timestamp for when the issue was first opened
    - `last_seen_at` string, date-time, required — ISO timestamp for when the issue last occured
    - `last_updated_by` string, nullable — Deprecated, will always be set to null
    - `dismissed_at` string, date-time, nullable — ISO timestamp for when the issue was dismissed
    - `auto_resolved_at` string, date-time, nullable
    - `merged_with` string, nullable
    - `updated_at` string, required — ISO timestamp for when the issue was last updated
    - `created_at` string, required — ISO timestamp for when the issue was created
    - `type` 'request', required
    - `aggregation_keys` RequestIssueAggregationKeys, required — Keys used as the aggregation keys a 'request' type issue
      - `source_id` string[], required
      - `rejection_cause` RequestRejectionCause[], required
    - `reference` RequestIssueReference, required — Reference to the request an issue is being created for.
      - `request_id` string, required

## Other responses

- `404` — Not Found

---

[API](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api.md) · [All operations](https://skmtc.dev/hookdeck/apis/hookdeck-admin-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hookdeck/hookdeck-admin-rest-api/revisions/091808eac7fa/schema)
