v1
latestOpenAPI 3.0.12026-07-26222700728.0 KBCompany Management
Delete company
Delete a company for the given id
delete/v6/company/{id}
Path parameters
idstring required
The id of the company
Request body
Example request
{
"removeIntegrations": true
}Response
Success
Example response
{
"data": {
"id": "co_235823",
"name": "ACME Corp",
"apiCompanyId": "fake_company_123",
"owners": [
{
"userId": "fake_userId",
"email": "joe@tight.com",
"firstName": "Joe",
"lastName": "Perkins",
"language": "EN"
}
],
"address": {
"countryCode": "USA"
},
"accountingMethod": "ACCRUAL",
"businessType": {
"id": "bzt_123456",
"name": "Electrician"
},
"availableFeatures": {
"bankTransactions": true,
"bills": true,
"bookkeeping": true,
"imports": true,
"invoicing": true,
"payroll": true,
"reporting": true,
"taxes": true,
"timeTracking": true,
"mileage": true
},
"status": "ACTIVE"
}
}