Packages
Remove Package
Removes an item from the user’s cart based on the item ID.
POST
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
Successful response indicating the item was removed from the cart.
Indicates if the operation was successful.