API Reference > imodelhub-client > iModelHubClient > IModelHandler > delete delete Method Delete an iModel from a context. This method is not supported in iModelBank. delete(requestContext: AuthorizedClientRequestContext, contextId: string): Promise<void> throws IModelHubError with [IModelHubStatus.iModelDoesNotExist]$(bentley) if iModel does not exist. throws IModelHubError with IModelHubStatus.UserDoesNotHavePermission if the user does not have DeleteiModel permission. throws Common iModelHub errors Parameter Type Description requestContext AuthorizedClientRequestContext The client request context. contextId string Id for the iModel's context. For iModelHub it should be the id of the iTwin context (Project or Asset). Returns - Promise<void> Defined in clients/imodelhub/src/imodelhub/iModels.ts Line 771 Last Updated: 11 June, 2024