Skip to content

Delete Event

frauddetector_delete_event R Documentation

Deletes the specified event

Description

Deletes the specified event.

When you delete an event, Amazon Fraud Detector permanently deletes that event and the event data is no longer stored in Amazon Fraud Detector. If deleteAuditHistory is True, event data is available through search for up to 30 seconds after the delete operation is completed.

Usage

frauddetector_delete_event(eventId, eventTypeName, deleteAuditHistory)

Arguments

eventId

[required] The ID of the event to delete.

eventTypeName

[required] The name of the event type.

deleteAuditHistory

Specifies whether or not to delete any predictions associated with the event. If set to True,

Value

An empty list.

Request syntax

svc$delete_event(
  eventId = "string",
  eventTypeName = "string",
  deleteAuditHistory = TRUE|FALSE
)