Skip to main content

Delete Account Cart Association

DELETE 

/v2/carts/:cartID/relationships/accounts

You can delete an association between an account and a cart.

Request

Path Parameters

    cartID stringrequired

    The ID for the cart created by the account.

Header Parameters

    EP-Account-Management-Authentication-Token string

    An Account Management Authentication token to access a specific account's carts.

Body

    data undefined[]
  • Array [
  • id string

    The ID of the account.

    type string

    The type of related object. Ensure that it is account.

  • ]

Responses

No Content

Response Headers
    Loading...