---
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

---

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