Skip to main content

Delete Event

Delete an event.

External Documentation

To learn more, visit the MISP documentation.

Parameters

ParameterDescription
Event IDUUID or numeric ID of the event. Can be obtained by using the List Events action.

Example Output

{
"saved": true,
"success": true,
"name": "Event deleted.",
"message": "Could not delete Event",
"url": "/events/delete/1",
"errors": "Event was not deleted."
}

Workflow Library Example

Delete Event with Misp and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop