Skip to content

Delete Events By Event Type

frauddetector_delete_events_by_event_type R Documentation

Deletes all events of a particular event type

Description

Deletes all events of a particular event type.

Usage

frauddetector_delete_events_by_event_type(eventTypeName)

Arguments

eventTypeName

[required] The name of the event type.

Value

A list with the following syntax:

list(
  eventTypeName = "string",
  eventsDeletionStatus = "string"
)

Request syntax

svc$delete_events_by_event_type(
  eventTypeName = "string"
)