Remove an item from the cart
Packages
Remove Package
Removes an item from the user’s cart based on the item ID.
POST
Remove an item from the cart
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
The ID of the item to remove from the cart.
Response
Successful response indicating the item was removed from the cart.
Indicates if the operation was successful.

