DeleteCustomObject
Deletes an existing custom object from HubSpot. private-app token authentication is recommended for insufficient OAuth scopes.
Input
| Name | Type | Description |
| FullyQualifiedName | String | Fully qualified name of the custom object to delete, typically used when the object name includes the namespace. Required if TableName is not provided. |
| TableName | String | Exposed table name of the custom object to be deleted. Required if FullyQualifiedName is not provided. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Returns True if the custom object is successfully deleted through the procedure. |
| ErrorCode | String | Code that identifies the type of error encountered during the deletion process, if the operation fails. |
| ErrorMessage | String | Detailed description of the error that occurred if the custom object could not be deleted. |