cURL
curl --request POST \ --url 'https://sandbox.rollfi.xyz/benefits#removeCompanyBenefits' \ --header 'Authorization: Basic <encoded-value>' \ --header 'Content-Type: application/json' \ --data '{ "method": "removeCompanyBenefits", "benefitCompanyElection": { "companyId": "9C952CC4-7652-4E2A-9303-912D876057AE", "benefitType": "Dental", "effectiveMonth": "March 2025" } }'
{ "Benefits": { "status": "Ready", "message": "The Benefits for Dental has been removed successfully.", "benefitType": "Dental" } }
This Endpoint is used to remove company benefits
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
The response is of type object.
object