cURL
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.
The ID of the company to delete
The response is of type object.
object