suspend fun ConsulClient.deletePreparedQueryAwait(id: String): Unit
Deletes an existing prepared query
id - the id of the query to delete
id
resultHandler - will be called when complete
resultHandler
Returnreference to this, for fluency *