Delete Event
Delete an event.
External Documentation
To learn more, visit the MISP documentation.
Parameters
Parameter | Description |
---|---|
Event ID | UUID 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
Preview this Workflow on desktop