1
00:00:00,360 --> 00:00:07,470
In this video we are going to delete item into Dynamo DV table using particle and again we will use

2
00:00:07,470 --> 00:00:11,730
the execute statement command because this is the one item command.

3
00:00:11,760 --> 00:00:17,940
As you can see, this statement is a delete from product where ID equal question mark and we give the

4
00:00:17,940 --> 00:00:19,440
value ID as a three.

5
00:00:19,440 --> 00:00:24,660
So we will delete the ID three item on our product dynamo DB table.

6
00:00:24,750 --> 00:00:27,360
So let's run this JavaScript file.

7
00:00:27,360 --> 00:00:32,280
We want to note article delete item hit enter.

8
00:00:32,880 --> 00:00:39,200
See that we have successfully delete this item to verify that we can open the second command of Dynamo

9
00:00:39,240 --> 00:00:40,290
DB product table.

10
00:00:40,290 --> 00:00:44,190
And if you run the second command again, these ID three will be disappeared.

11
00:00:44,220 --> 00:00:48,060
Yes, ID three is deleted successfully in this stage.

12
00:00:48,060 --> 00:00:53,880
We should not forget to delete and clear our resources that we create during this section.

13
00:00:53,880 --> 00:01:01,290
So that means we have created a dynamic DB table and we have to delete Dynamo DB table from the management

14
00:01:01,290 --> 00:01:01,920
console.

15
00:01:01,950 --> 00:01:09,660
Please go to tables and click in here and click the delete button and verify with the delete message.

16
00:01:10,700 --> 00:01:16,070
Now, as you can see that we have deleted product table and cleared all resources that we create during

17
00:01:16,070 --> 00:01:17,810
the session during this session.
