Deleting table from dynamodb

I’ve got a DynamoDB resource with 2 tables in a serverless.yml file. I have deleted the serverless.yml file as I no longer need that.I expected that those tables will also get deleted from dynamodb as well. However, I still find those tables in Dynamodb.

Please review its DeletionPolicy is Retain or Delete.