AT&T DevEx

Delete all items from cart

Version 1.0.3
download iconDownload spec

Endpoint

DELETE
https://partner.att.com/omni-svcs/v1/carts/{cartId}/items

Remove all items from the shopping cart, effectively emptying the cart while keeping the cart entity active. This operation maintains the cart ID and related party information.

arrowRequest

Path Parameters

    Header Parameters

        Body Parameters

        Responses

        All items successfully deleted from cart. Returns confirmation message.

        arrowBody

        application/json

        REQUEST

        1
        2
        3
        curl --request DELETE \
             --url https://partner.att.com/omni-svcs/v1/carts/string/items \
             --header 'accept: application/json'

        RESPONSE

        1
        2
        3
        {
          "id": "26-46236265737394"
        }