Deletes one or more attributes associated with an item. If all attributes of the item are deleted, the item is deleted.
See https://www.paws-r-sdk.com/docs/simpledb_delete_attributes/ for full documentation.
simpledb_delete_attributes(
DomainName,
ItemName,
Attributes = NULL,
Expected = NULL
)
[required] The name of the domain in which to perform the operation.
[required] The name of the item. Similar to rows on a spreadsheet, items represent individual objects that contain one or more value-attribute pairs.
A list of Attributes. Similar to columns on a spreadsheet, attributes represent categories of data that can be assigned to items.
The update condition which, if specified, determines whether the specified attributes will be deleted or not. The update condition must be satisfied in order for this request to be processed and the attributes to be deleted.