Skip to main content
The Deno 2 Release Candidate is here
Learn more
method InsuranceController.prototype.removeInsurancePackageFromProfile
import { InsuranceController } from "https://deno.land/x/sptaki@1.2.0/controllers/mod.ts";

Remove an insurance package from a profile using the package's system data information.

Parameters

sessionID: string

The session ID of the profile to remove the package from.

insPackage: Insurance

The array index of the insurance package to remove.

Returns

void

void