Inorder to update the Company State Registration based on the State_Id this endpoint is used.
curl --request DELETE \ --url 'https://sandbox.rollfi.xyz/adminPortal#deleteStateRegistration' \ --header 'Content-Type: application/json' \ --data '{ "method": "deleteStateRegistration", "companyId": "CF41E979-90AE-4A8D-8FC7-08E7224FF960", "stateCode": "AK" }'
{ "status": "Success", "message": "State 'WA' registration deleted successfully for the company." }