Delete an existing Custom Property for a HubSpot Object.
Input
| Name |
Type
|
Description
|
| ObjectFullyQualifiedName
|
String
|
The fully qualified name of the object containing the property to delete. Required if the TableName attribute is not specified.
|
| TableName
|
String
|
The exposed table name of the object containing the property to delete. Required if the FullyQualifiedName attribute is not specified.
|
| PropertyName
|
String
|
The internal name of the property to delete. Required if the ColumnName attribute is not specified.
|
| ColumnName
|
String
|
The exposed column name of the property to delete. Required if the PropertyName attribute is not specified.
|
Result Set Columns
| Name |
Type |
Description
|
| Success
|
String
|
Returns True if the property is successfully deleted.
|