diff --git a/content/en/user-guide/aws/dynamodb/index.md b/content/en/user-guide/aws/dynamodb/index.md index 5b4e98a858..c4ce2c0981 100644 --- a/content/en/user-guide/aws/dynamodb/index.md +++ b/content/en/user-guide/aws/dynamodb/index.md @@ -166,7 +166,7 @@ In addition, to programmatically trigger the worker at convenience, we provide t The response returns the number of deleted items: ```console -curl -X DELETE localhost:4566//_aws/dynamodb/expired +curl -X DELETE localhost:4566/_aws/dynamodb/expired {"ExpiredItems": 3} ```