deleteCartMutation
Portion of the GraphQL query used in the deleteCart API endpoint
deleteCartMutation = "\n mutation deleteCart(
$id: String!,
$version: Long!,
$locale: Locale!,
$acceptLanguage: [Locale!],
$currency: Currency!
) {\n cart: deleteMyCart(id: $id,
version: $version) {\n ...DefaultCart\n }\n }\n"