Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

Delete Member Plans Input

Input representation for deleting the insurance plans for a census member.
JSON example
1{
2  "plans": {
3    "values": [
4      "0rgSG0000000eALYAY",
5      "0rgSG0000000e8jYAA"
6    ]
7  }
8}
Properties
Name Type Description Required or Optional Available Version
plans String[] List of group census member plan IDs to delete.

If you specify the root plan ID, all the associated details will be deleted.

Required 65.0