Skip to main content

Removes a basket of this user with the given ID. Returns 200 if a basket

of the user was found and deleted, 404 if no such basket was found, or 401 if not logged in.

Removes a basket of this user with the given ID. Returns 200 if a basket of the user was found and deleted, 404 if no such basket was found, or 401 if not logged in.

Path Parameters
  • basketId string required

    Possible values: Value must match regular expression \d+

Responses

Loading...