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 waitForComplete
RequiredArgumentDescription
Yes--m modelSpecifies the name of the model whose entity type property you want to delete.
No--e entityTypeSpecifies the target entity type; includes all entity types if not specified.
Yes--p propertySpecifies the property you want to delete.
No--w waitForCompleteSpecifies whether to wait for jobs to complete in a synchronous mode, where waitForComplete is one of the following:
true
Waits for jobs to complete.
false
Does not wait for jobs to complete. This is the default setting.

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