POST
/
benefits#removeEmployeeBenefits
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/benefits#removeEmployeeBenefits' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "removeEmployeeBenefits",
  "benefitEmployeeElection": {
    "userId": "7B0AAA79-FDC5-4630-A10E-F9A87A35C780",
    "benefitType": "Medical",
    "effectiveMonth": "December 2024"
  }
}'
{
  "Benefits": {
    "status": "Ready",
    "message": "The Benefits for Medical has been removed successfully.",
    "benefitType": "Medical"
  }
}

Body

application/json

Response

200
application/json

The response is of type object.