DELETE Delete Company​
DELETE
/companies/{id}
Permanently delete a company by its ID. Fires fluent_crm/before_company_delete and fluent_crm/company_deleted action hooks.
Authorizations​
ApplicationPasswords
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Type
API Key (header: Authorization)
Parameters​
Path Parameters
id*
The company ID to delete.
Type
Requiredinteger
Responses​
Company deleted successfully.
application/json
JSON
{
"message": "string"
}