Packages
Remove Package
Removes an item from the user’s cart based on the item ID.
POST
/
cart
/
remove
/
{id}
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
200 - application/json
Indicates if the operation was successful.