deleteApplicationKey method

ResponseFuture<DeleteApplicationKeyResponse> deleteApplicationKey(
  1. DeleteApplicationKeyRequest request, {
  2. CallOptions? options,
})

Delete Application Key

Deletes an application key matching the provided ID.

Organization ID is not mandatory, but helps with filtering/performance.

The deletion time is returned in response message.

Required permissions:

  • project.app.write

Implementation

$grpc.ResponseFuture<$0.DeleteApplicationKeyResponse> deleteApplicationKey(
  $0.DeleteApplicationKeyRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$deleteApplicationKey, request, options: options);
}