Method: operations.delete-fhir-operation

Full name: projects.locations.datasets.fhirStores.operations.delete-fhir-operation

Deletes operations as defined in the FHIR specification.

Implements the FHIR implementation guide bulk data delete request.

Returns success if the operation was successfully cancelled. If the operation is complete, or has already been cancelled, returns an error response.

HTTP request

DELETE https://healthcare.googleapis.com/v1/{name=projects/*/locations/*/datasets/*/fhirStores/*/operations/*}

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Name of the operation to be deleted, in the format projects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}.

Authorization requires the following IAM permission on the specified resource name:

  • healthcare.fhirStores.deleteFhirOperation

Request body

The request body must be empty.

Response body

If successful, the response is a generic HTTP response whose format is defined by the method.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/cloud-healthcare
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.