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
Name
Type
Description
companyId*
integer
ID of the company.
Headers
Name
Type
Description
Authorization*
string
Bearer {{API_KEY}}
Last updated