DeleteTicket
Frends task for deleting a ticket in HubSpot.
Last updated
Was this helpful?
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
TicketId : String
The ID of the ticket to delete.
Default: -
Example: 123456789
🗝ApiKey : String
HubSpot Private App access token.
Default: -
Example: xxx-xxx-xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx
BaseUrl : String
Base Url for the Api.
Default: -
Example: https://api.hubapi.com
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure.
Default: True
Example: true
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Custom error message
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 }
Changelog for Task Frends.HubSpot.DeleteTicket.
Initial implementation
Last updated
Was this helpful?
Was this helpful?

