Delete a model entity type.
Use the contextgraph schema delete entityType command to delete a Context Graph model entity type. It optionally specifies whether to complete jobs in synchronous mode.
Usage
contextgraph schema delete entityType --m model --e entityType --w waitForCompleteRequired | Argument | Description |
---|---|---|
Yes | --m model | Specifies the name of the model whose entity type you want to delete. |
Yes | --e entityType | Specifies the type of entity to be deleted. |
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 entity type Employee from a model called PersonalLending.
contextgraph schema delete entityType --m PersonalLending --e Employee