removeAppKey method
ResponseFuture<RemoveAppKeyResponse>
removeAppKey(
- RemoveAppKeyRequest request, {
- CallOptions? options,
Delete Application Key
Deprecated: Use DeleteApplicationKey instead to delete an application key.
Remove an application key. The API application will not be able to authorize with the key anymore.
Implementation
$grpc.ResponseFuture<$0.RemoveAppKeyResponse> removeAppKey(
$0.RemoveAppKeyRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$removeAppKey, request, options: options);
}