cURL
curl --request DELETE \ --url 'https://sandbox.rollfi.xyz/adminPortal#deleteStateRegistration' \ --header 'Authorization: Basic <encoded-value>' \ --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." }
The deleteStateRegistration API removes a company’s state registration based on the State ID.
deleteStateRegistration
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