| Package | Description |
|---|---|
| com.algolia.search |
| Modifier and Type | Method and Description |
|---|---|
default DeleteApiKeyResponse |
SearchClientAPIKeys.deleteApiKey(String apiKey)
Delete an existing API Key
|
default DeleteApiKeyResponse |
SearchClientAPIKeys.deleteApiKey(String apiKey,
RequestOptions requestOptions)
Delete an existing API Key
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<DeleteApiKeyResponse> |
SearchClientAPIKeys.deleteApiKeyAsync(String apiKey)
Delete an existing API Key
|
default CompletableFuture<DeleteApiKeyResponse> |
SearchClientAPIKeys.deleteApiKeyAsync(String apiKey,
RequestOptions requestOptions)
Delete an existing API Key
|
Copyright © 2019. All rights reserved.