Skip to main content
DELETE
/
core
/
companies
/
{company_id}
Delete Company
curl --request DELETE \
  --url https://api.rootfi.dev/v4/core/companies/{company_id} \
  --header 'api_key: <api-key>'
{
  "status": "success"
}
Delete a company and disconnect it from the platform.
This action is irreversible. All synced data associated with this company will be deleted.

Authorizations

api_key
string
header
required

Path Parameters

company_id
integer
required

The ID of the company to delete

Response

status
string
required

The status of the api.

Example:

"success"