Skip to main content
DELETE
/
sessions
/
{id}
{
  "deleted": true
}

Authorizations

Authorization
string
header
required

Basic authentication with username and password.

Path Parameters

id
string
required

Unique session key for the cart session.

Response

Cart session deleted successfully.

deleted
boolean
Example:

true

I