We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f212f8 commit 7d8a17fCopy full SHA for 7d8a17f
simple-grocery-store-api.md
@@ -260,10 +260,10 @@ Deletes an item in the cart.
260
261
**Parameters**
262
263
-| Name | Type | In | Required | Description |
264
-| ----------- | ------ | ---- | -------- | ------------------------- |
265
-| `cartId` | string | path | Yes | Specifies the cart id. |
266
-| `productId` | string | path | Yes | Specifies the product id. |
+| Name | Type | In | Required | Description |
+| ----------- | ------ | ---- | -------- | ----------------------- |
+| `cartId` | string | path | Yes | Specifies the cart id. |
+| `itemId` | string | path | Yes | Specifies the item id. |
267
268
**Status codes**
269
0 commit comments