DELETE
/
v3
/
carts
/
{cartId}
/
adjustments
/
{adjustmentId}
curl --request DELETE \
  --url https://api.fabric.inc/v3/v3/carts/{cartId}/adjustments/{adjustmentId} \
  --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

adjustmentId
string
required

Price adjustment identifier