deleteDocument

suspend fun SearchClient.deleteDocument(    target: String,     id: String,     ifSeqNo: Long? = null,     ifPrimaryTerm: Long? = null,     refresh: Refresh? = null,     routing: String? = null,     timeout: Duration? = null,     version: Long? = null,     versionType: VersionType? = null,     waitForActiveShards: String? = null,     extraParameters: Map<String, String>? = null): DocumentIndexResponse