Conga Product Documentation

Welcome to the new doc site. Some of your old bookmarks will no longer work. Please use the search bar to find your desired topic.

Deleting Cart

  • An existing cart that you want to delete.
  • The Id of the cart.
  1. Send a request to delete the cart.

    Use the following endpoint:

    • Endpoint: DELETE /api/cart/v1/carts/{Id}

    Parameters:

    • Id: Unique identifier of the cart or product configuration.
  2. Review the response.

    On success, the API returns HTTP 200 OK with a message indicating that the cart was deleted successfully. The response is returned as an array:

    
    [
      {
        "Id": "d04631c3-b789-48ce-87d8-d7ae653d1d50",
        "Message": "Record deleted successfully.",
        "Status": "Success"
      }
    ]
              

The specified cart is deleted and is no longer available in the Cart service.