DELETE Delete Company Note​
DELETE
/companies/{id}/notes/{note_id}
Delete a note from a company. Fires the fluent_crm/company_note_deleted action hook after deletion.
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.
Type
Requiredinteger
note_id*
The note ID to delete.
Type
Requiredinteger
Responses​
Note deleted successfully.
application/json
JSON
{
"message": "string"
}