Referencia de APIMarketplace / Cart
Delete Cart by cartid
← Back to full API reference
DELETE
/v1/marketplace/cart/:cartIdPublic- This endpoint can be called without an authenticated session.
Request details
Path params
| Field | Required | Description |
|---|---|---|
| cartId | Yes | Required path parameter. |
Default payloads
Path params
json
{
"cartId": 1
}Query
json
{}Body
json
{}Sample response
json
{
"success": true,
"message": "Sample response placeholder for DELETE /v1/marketplace/cart/:cartId"
}