Delete company

Delete a company.

Delete a Company

DELETE https://{{account_id}}.acquire.io/api/v1/crm/objects/company/{{companyId}}

This endpoint allows you to delete a company. Deleting companies doesn't delete related objects such as contacts or cases. Warning: This action cannot be undone.

Path Parameters

NameTypeDescription

companyId*

integer

ID of the company.

Headers

NameTypeDescription

Authorization*

string

Bearer {{API_KEY}}

{
   "data": {
       "deleted": 1
   }
}

Last updated