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. |