DynamoDB DeleteItem Action
Execute DynamoDB DeleteItem query completely serverless via Thingsup IoT Platform. Create custom query from MQTT Rules Engine or HTTP APIs.
TableName
Function
Connection ID
Key
//Example 1
//Let "id" and "name" are the column names inside DynamoDB table.
//It contains a entry having id=1 and name="abc"
//Following is the field you need mention in form to delete the entry from table id having value 1.
{"id":"1"} //key
Last updated
Was this helpful?