DELETE api/CartsDelete/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Cart| Name | Description | Type | Additional information |
|---|---|---|---|
| CartItemId | integer |
None. |
|
| PackId | integer |
None. |
|
| UserId | integer |
None. |
|
| DateTime | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"CartItemId": 1,
"PackId": 2,
"UserId": 3,
"DateTime": "2025-12-24T06:02:45.147625-08:00"
}