Company Onboarding
deleteBusinessUser
API Reference
- Company Onboarding
- User Onboarding
- Admin Portal
- User Portal
- Payroll
- Benefits
- Reports
- Webhooks
Company Onboarding
deleteBusinessUser
This Endpoint is used to Delete the Business User
DELETE
/
companyOnboarding#deleteBusinessUser
curl --request DELETE \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#deleteBusinessUser' \
--header 'Content-Type: application/json' \
--data '{
"method": "deleteBusinessUser",
"businessUser": {
"businessUserId": "77158402-ba31-496d-b0bb-02e2998b15f4"
}
}'
{
"businessUser": {
"businessUserId": "77158402-ba31-496d-b0bb-02e2998b15f4",
"status": "Inactive",
"message": "The Business User has been deleted successfully."
}
}
Body
application/json
Response
200
application/json
The response is of type object
.
curl --request DELETE \
--url 'https://sandbox.rollfi.xyz/companyOnboarding#deleteBusinessUser' \
--header 'Content-Type: application/json' \
--data '{
"method": "deleteBusinessUser",
"businessUser": {
"businessUserId": "77158402-ba31-496d-b0bb-02e2998b15f4"
}
}'
{
"businessUser": {
"businessUserId": "77158402-ba31-496d-b0bb-02e2998b15f4",
"status": "Inactive",
"message": "The Business User has been deleted successfully."
}
}