Delete cart
documentedDelete a cart by portal and token.
DELETE /Ecommerce.svc/Carts/{eCommercePortal}/{CartToken}Commerceno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl "https://integration.delivra.com/DelivraRESTServices/eCommerce.svc/Carts/{{$eCommercePortal}}/{{$CartToken}}?Username={{DELIVRA_API_USERNAME}}&Password={{DELIVRA_API_PASSWORD}}&ListName={{DELIVRA_LISTNAME}}" \
-X DELETE \
-H "Accept: application/json" \
-H "Content-Type: application/json"