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

Authorizations

api_key
string
header
required

Path Parameters

company_id
integer
required

The ID of the company to delete

Response

200
application/json
status
string
required

The status of the api.

Example:

"success"