DeleteCustomProperty
Removes a custom property from a HubSpot object, streamlining data fields.
Input
| Name | Type | Description |
| ObjectFullyQualifiedName | String | Fully qualified name of the object that contains the property to be deleted. Required if TableName is not provided. |
| TableName | String | Exposed table name of the object from which the property should be deleted. Required if ObjectFullyQualifiedName is not provided. |
| PropertyName | String | Internal name of the custom property to be deleted. Required if ColumnName is not provided. |
| ColumnName | String | Exposed column name of the custom property to be deleted. Required if PropertyName is not provided. |
Result Set Columns
| Name | Type | Description |
| Success | Boolean | Returns True if the custom property was successfully deleted through the procedure. |
| ErrorCode | String | Code representing the specific error encountered during the deletion process, if applicable. |
| ErrorMessage | String | Descriptive message explaining why the property could not be deleted, returned if the procedure fails. |