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"
  }
}'
{
  "summary": "Success",
  "value": {
    "Benefits": {
      "status": "Ready",
      "message": "The Benefits for Medical has been removed successfully.",
      "benefitType": "Medical"
    }
  }
}

Body

application/json
method
string
default:addUserBankAccount
required
Example:
["addUserBankAccount"]
benefitEmployeeElection
object
required

Response

200
application/json
Benefits
object
required