1
00:00:00,270 --> 00:00:06,040
In this video, we are going to implement delete item command in order to do that.

2
00:00:06,060 --> 00:00:09,750
Open the documentation and go to the rate item command.

3
00:00:09,750 --> 00:00:13,820
And if you open the command, you can see the example implementation.

4
00:00:13,830 --> 00:00:20,190
If you go to the input object, we can see that we will specify these properties, but the important

5
00:00:20,190 --> 00:00:22,290
one is table name and key.

6
00:00:22,470 --> 00:00:25,680
So let's implement this delete item command.

7
00:00:25,680 --> 00:00:33,210
Please open the visual code and create delete item charges and we basically implement this code which

8
00:00:33,210 --> 00:00:36,300
is sending the delete item command with these parameters.

9
00:00:36,300 --> 00:00:39,630
See, the parameters are table name and the key definition.

10
00:00:39,630 --> 00:00:47,670
So if we run the or Node.js command, we specify this date item JS Hit the enter.

11
00:00:48,360 --> 00:00:55,290
See that this item is deleted successfully to verify that, go to a management console and run scan

12
00:00:55,290 --> 00:00:58,500
command and see that there is no INI item.

13
00:00:58,500 --> 00:01:01,770
So that means we have successfully delete item in the table.
