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

DeleteTicket

Frends task for deleting a ticket in HubSpot.

Task version: 1.0.0

Required Frends version: 5.7+

Required .NET version: 8.0

Compatible Agents: Crossplatform

Task Parameters

Name
Description

TicketId : String

The ID of the ticket to delete.

Default: - Example: 123456789

Task Result

Name
Description

Success : Boolean

Indicates if the task completed successfully. Example: true

Id : String

The ID of the deleted ticket. Example: 123

Error : Error

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

Task Changelog

Changelog for Task Frends.HubSpot.DeleteTicket.

[1.0.0] - 2026-03-31

Added

  • Initial implementation

Last updated

Was this helpful?