Skip to main content
DELETE
/
shops
/
{shopId}
/
cart
/
{cartId}
Delete Cart
curl --request DELETE \
  --url http://staging.qshop.ng/apiv2/shops/{shopId}/cart/{cartId}
{
  "msg": "<string>",
  "data": "<string>",
  "success": true
}

Documentation Index

Fetch the complete documentation index at: https://developers.qshop.tech/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

shopId
string
required
cartId
string
required

Response

200 - application/json
msg
string
required
data
string
required
success
boolean
required