DeleteContact
Deletes a contact in HubSpot.
Last updated
Was this helpful?
Deletes a contact in HubSpot.
Task version: 1.2.0
Required Frends version: 5.7+
Required .NET version: 8.0
Compatible Agents: Crossplatform
Source code: https://github.com/FrendsPlatform/Frends.HubSpot/tree/main/Frends.HubSpot.DeleteContact
ContactId : String
The unique Id of the contact to delete.
Default: -
Example: 1234567890
🗝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.
HardDelete : Boolean
Optional. If true, performs a hard delete. Default is false.
Default: False
Example: true
ThrowErrorOnFailure : Boolean
Whether to throw an error on failure. True by default.
Default: True
Example: false
ErrorMessageOnFailure : String
Overrides the error message on failure.
Default: -
Example: Failed to delete contact.
Success : Boolean
Indicates whether the deletion was successful.
Example: true
Error : Error
Error that occurred during task execution.
Example: object { string Message, object { Exception Exception } AdditionalInfo }
Changelog for Task Frends.HubSpot.DeleteContact.
Updated copyright information to meet compliance requirements.
Update ContactId DisplayFormat
Initial implementation
Last updated
Was this helpful?
Was this helpful?

