Newer Version Available
postInsuranceDeleteMemberPlans(insuranceDeleteMemberPlansInputRepresentation, memberId)
Delete the specified plans for a group census member.
API Version
65.0
Requires Chatter
No
Signature
public static ConnectApi.InsuranceDeleteMemberPlansOutputRepresentation postInsuranceDeleteMemberPlans(ConnectApi.InsuranceDeleteMemberPlansInputRepresentation insuranceDeleteMemberPlansInputRepresentation, String memberId)
Parameters
- insuranceDeleteMemberPlansInputRepresentation
- Type: ConnectApi.InsuranceDeleteMemberPlansInputRepresentation
- The input representation containing the list of plans to delete.
- memberId
- Type: String
- ID of the group census member whose plans are being deleted.
Return Value
Type: ConnectApi.InsuranceDeleteMemberPlansOutputRepresentation
Example
Here's an example of how to invoke the Insurance Delete Member Plans API from Apex code.