DELETE Subscriber/{subscriberId}/Location/{locationId}/Cart/{cartId}/AccountScheduleItemPayments/{cartAccountScheduleItemPaymentId}
Removes cart account schedul eitem payment from cart. Returns 404 when not found. This will leave any schedule items that were linked to it within the cart.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
cartAccountScheduleItemPaymentId | globally unique identifier |
Required |
|
subscriberId | string |
None. |
|
locationId | string |
None. |
|
cartId | string |
None. |
Body Parameters
None.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json, application/xml, text/xml
Sample:
Sample not available.