---
title: "Delete Event Report"
method: POST
path: "/eventReports/delete/{eventReportId}"
tags: ["Event Report"]
---

# Delete Event Report

`POST /eventReports/delete/{eventReportId}`

## Path parameters

- `eventReportId` union, required
  - string
  - string, uuid

## Response `200`

Delete event report response

- object
  - `saved` boolean — `true` if the event was successfully deleted, `false` if it failed
  - `success` boolean, nullable — `true` if the event was successfully deleted, `false` if it failed
  - `name` string
  - `message` string
  - `url` string
  - `errors` string, nullable — Only present if an error occurred when deleting the event

## Other responses

- `403` — Authentication failed. Please make sure you pass the API key of an API enabled user along in the Authorization header.
- `default` — Unexpected API error

## Changes

- **2024-07-11** `f9312cc902ee` — 1 info
  - endpoint added
- **2024-07-11** `7cd8b1880b11` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/misp/apis/misp-automation-api/changes/eventReports/delete/:eventReportId/post.md)

---

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