POST
/
benefits#removeCompanyBenefits
curl --request POST \
  --url 'https://sandbox.rollfi.xyz/benefits#removeCompanyBenefits' \
  --header 'Content-Type: application/json' \
  --data '{
  "method": "removeCompanyBenefits",
  "benefitCompanyElection": {
    "companyId": "9C952CC4-7652-4E2A-9303-912D876057AE",
    "benefitType": "Dental",
    "effectiveMonth": "March 2025"
  }
}'
{
  "summary": "Success",
  "value": {
    "Benefits": {
      "status": "Ready",
      "message": "The Benefits for Dental has been removed successfully.",
      "benefitType": "Dental"
    }
  }
}

Body

application/json
method
enum<string>
required
Available options:
updateUserBankAccount
Example:
["updateUserBankAccount"]
benefitCompanyElection
object
required

Response

200
application/json
Benefits
object
required