Skip to content

Take households off cover

POST
/group-funeral/members/remove

Identify households by memberIds or nrcNumbers — not both. Removes the principal and their beneficiaries and raises a deletion endorsement.

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
}

Playground

Authorization
Body

Samples

Built with ❤️ by Hobbiton Technologies