DELETE
/
carts
/
{cartId}
/
line-items
curl --request DELETE \
  --url https://api.fabric.inc/v3/carts/{cartId}/line-items \
  --header 'Authorization: Bearer <token>' \
  --header 'x-fabric-tenant-id: <x-fabric-tenant-id>'
This response has no body data.

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Headers

x-fabric-tenant-id
string
required

Merchant's 24-character tenant ID

x-fabric-channel-id
string

Sales channel ID

x-fabric-request-id
string

Unique request ID

Path Parameters

cartId
string
required

Cart ID

Query Parameters

id
string
required

Line item IDs. Multiple line item IDs, separated by commas, can be sent in a single request.