Take members off cover
POST
/group-life/members/remove
Identify members by memberIds or nrcNumbers — not both. Raises a deletion endorsement. No pro-rata premium refund is made on a group life exit — cover is annual and the premium is earned.
Authorizations
BearerAuth
Type
HTTP (bearer)
Request Body
application/json
JSON "memberIds": [ "string" ], "nrcNumbers": [ "string" ], "reason": "string"
{
}
Responses
Success
application/json
JSON "id": "string", "number": "string", "endorsementType": "string", "endorsementStatus": "string", "endorsementAmount": 0
{
}
