API Reference > imodelhub-client > iModelHubClient > EventSubscriptionHandler > delete delete Method Delete an EventSubscription. delete(requestContext: AuthorizedClientRequestContext, iModelId: string, eventSubscriptionId: string): Promise<void> throws IModelHubError with IModelHubStatus.EventSubscriptionDoesNotExist if EventSubscription does not exist with the specified subscription.wsgId. throws Common iModelHub errors Parameter Type Description requestContext AuthorizedClientRequestContext The client request context iModelId string Id of the iModel. See HubIModel. eventSubscriptionId string Id of the EventSubscription. Returns - Promise<void> Resolves if the EventSubscription has been successfully deleted. Defined in clients/imodelhub/src/imodelhub/Events.ts Line 428 Last Updated: 11 June, 2024