Releases (de-flags) the insurance flagged on a cart.
POST/api/v1/cart/removeInsurances
SOAP Equivalent: ACP_ReleaseInsurrance (→ WSM_ReleaseInsurrance).
Switches the insurance product row to INSURRANCE_KO. When the cart holds no insurance, error
code 10514 is returned (HTTP 404). The legacy input guard 10602 (missing cart / insurance id) is
enforced by request validation (HTTP 422).
SOAP to REST Field Mapping
| REST Field | SOAP Field | Notes |
|---|---|---|
| cartId | idFlagGroup | Cart identifier |
| insuranceId | insurance.ID_Insurance | Required by the legacy guard |
| removed | bresult | true when the insurance was released |
Request
Responses
- 200
- 401
- 404
- 422
- 500
OK
Unauthorized
Not Found
Unprocessable Content
Internal Server Error