API Reference > imodeljs-clients > iModelHubClient > IModelBaseHandler > delete delete Method Send a delete request. Sends a request without body. delete(requestContext: AuthorizedClientRequestContext, relativeUrlPath: string): Promise<void> Parameter Type Description requestContext AuthorizedClientRequestContext The client request context relativeUrlPath string Relative path to the REST resource. Returns - Promise<void> Promise resolves after successfully deleting REST resource at the specified path. Defined in core/clients/src/imodelhub/BaseHandler.ts Line 132 Last Updated: 13 June, 2024