curl --request DELETE \
--url https://api.rootfi.dev/v3/core/companies/{company_id} \
--header 'api_key: <api-key>'{
"status": "success"
}Delete a single company from the database.
curl --request DELETE \
--url https://api.rootfi.dev/v3/core/companies/{company_id} \
--header 'api_key: <api-key>'{
"status": "success"
}