ADO.NET Provider for HubSpot

Build 24.0.9175

DeleteCustomObject

Delete an existing Custom Object in HubSpot. May not work for the OAuth Authentication scheme due to insufficient OAuth Apps scopes, use the PrivateAppToken authentication instead.

Input

Name Type Description
FullyQualifiedName String The fully qualified name of the object to delete. Required if the TableName attribute is not specified.
TableName String The exposed table name of the custom object to delete. Required if the FullyQualifiedName attribute is not specified.

Result Set Columns

Name Type Description
Success String Returns True if the object is successfully deleted.
ErrorCode String The error code in case the procedure is not executed successfully.
ErrorMessage String The error message in case the procedure is not executed successfully.

Copyright (c) 2025 CData Software, Inc. - All rights reserved.
Build 24.0.9175