For the complete documentation index, see llms.txt. This page is also available as Markdown.

DeleteCompany

Frends task for deleting a company in HubSpot.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

Id : String

The HubSpot ID of the company to delete.

Default: - Example: 123

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Id : String

The ID of the deleted company. Example: 1234

Error : Error

Error that occurred during task execution. Example: object { string Message, Exception AdditionalInfo }

Task Changelog

Changelog for Task Frends.HubSpot.DeleteCompany.

[1.0.0] - 2026-04-07

Added

  • Initial implementation

Last updated

Was this helpful?