rejectAsync

abstract fun rejectAsync(reason: String, options: RequestOptions): CompletableFuture<Response<Void>>

Same as reject but async with options.


Same as reject but async.