AWS DynamoDB

Delete item

Delete a single item in a table by primary key.

Inputs

Field

Type

Description

region [required]

enum

default: us-east-1

tableName [required]

string

The name of the table from which to delete the item. You can also provide the Amazon Resource Name (ARN) of the table in this parameter.

key [required]

object

A map of attribute names to AttributeValue objects, representing the primary key of the item.

Outputs

Field

Type

Description

item [required]

object

amzRequestId [required]

string