Skip to content

Delete Custom Data Identifier

macie2_delete_custom_data_identifier R Documentation

Soft deletes a custom data identifier

Description

Soft deletes a custom data identifier.

Usage

macie2_delete_custom_data_identifier(id)

Arguments

id

[required] The unique identifier for the Amazon Macie resource that the request applies to.

Value

An empty list.

Request syntax

svc$delete_custom_data_identifier(
  id = "string"
)