Skip to content
View as Markdown

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
integer
Required

Responses​

Company deleted successfully.

application/json
JSON
{
"message": "string"
}

Playground​

Authorization
Variables
Key
Value

Samples​

Powered by VitePress OpenAPI