hub schema delete entityType

Delete a model entity type.

Use the hub schema delete entityType command to delete a Data Hub model entity type. It optionally specifies whether to complete jobs in synchronous mode.

Usage

hub schema delete entityType --m model --e entityType --w waitForComplete
RequiredArgumentDescription
Yes--m modelSpecifies the name of the model whose entity type you want to delete.
Yes--e entityTypeSpecifies the type of entity to be deleted.
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 entity type Employee from a model called PersonalLending.

hub schema delete entityType --m PersonalLending --e Employee