Skip to main content

Remove Coverage


Use Remove Coverage to unlink a policy from the patient account.

Policy removal does not delete the policy record.



This screen includes:

#ElementDescription
1HeaderDisplays modal title and close action
2Confirmation messageDisplays removal confirmation text
3Remove actionConfirms policy removal
4Cancel actionDismisses the modal
5Policy cardDisplays policy details behind the modal

Workflow

  1. Open Account → My Coverage.
  2. Select Remove Policy.
  3. Review the confirmation message.
  4. Confirm or cancel removal.
  5. Refresh the coverage list.

Post-Removal Behavior

ScenarioBehavior
Removal succeedsMark policy as removed
Policy removedKeep policy visible in the list
Removed policy selectedBlock booking and coverage resolution

Validations

ScenarioApp BehaviorSDK Output
Policy activeEnable remove actionpolicy = removable
Policy already removedDisable remove actionpolicy = removed
Removal canceledClose modalstate = unchanged
Removal rejectedDisplay error statestate = error

Actions

ScenarioApp BehaviorSDK Output
Remove Policy selectedOpen confirmation modalPUT /api/v3/policies/delete
Removal confirmedSubmit removal requestPOST /api/v3/policies/delete
Removal succeedsUpdate policy statepolicy = removed
Removal failsPreserve policy statestate = unchanged
Cancel selectedDismiss modalstate = unchanged
Add coverage selectedOpen add coverage flownavigation = add_coverage

Endpoint Resources

Remove Policy Confirmation

PUT 

/policies/delete

Returns the confirmation popup configuration for removing a policy.

Remove Policy

POST 

v3/policies/delete

Removes an insurance policy from the user’s coverage by canceling it.