DELETE Subscriber/{subscriberId}/Location/{locationId}/Cart/{cartId}/Items/{cartItemId}
Deletes an item from a shopping cart
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cartItemId | globally unique identifier |
Required |
|
subscriberId | string |
None. |
|
locationId | string |
None. |
|
cartId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
HTTP status code 200 Ok
HTTP status code 400 BadRequest
HTTP status code 401 Unauthorized
HTTP status code 403 Forbidden
None.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.