Skip to content

Delete Entity Type

frauddetector_delete_entity_type R Documentation

Deletes an entity type

Description

Deletes an entity type.

You cannot delete an entity type that is included in an event type.

When you delete an entity type, Amazon Fraud Detector permanently deletes that entity type and the data is no longer stored in Amazon Fraud Detector.

Usage

frauddetector_delete_entity_type(name)

Arguments

name

[required] The name of the entity type to delete.

Value

An empty list.

Request syntax

svc$delete_entity_type(
  name = "string"
)