hub schema delete entityProperty
Delete a Context Graph model property.
Use the hub schema delete entityProperty command to delete a Context Graph model property.
Usage
hub schema delete entityProperty --m model --e entityType --p property --w waitForCompleteRequired | Argument | Description |
---|---|---|
Yes | --m model | Specifies the name of the model whose entity type property you want to delete. |
No | --e entityType | Specifies the target entity type; includes all entity types if not specified. |
Yes | --p property | Specifies the property you want to delete. |
No | --w waitForComplete | Specifies whether to wait for jobs to complete in a synchronous mode, where
waitForComplete is one of the following:
|
Example
This example deletes the property HireDate from a model called Staff and an entity type of EmployeeName.
hub schema delete entityProperty --m Staff --e EmployeeName --p HireDate