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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-27 UTC."],[[["\u003cp\u003eThis API endpoint deletes FHIR operations, adhering to the FHIR bulk data delete request specification.\u003c/p\u003e\n"],["\u003cp\u003eA successful deletion returns a confirmation, while attempting to delete a completed or already cancelled operation results in an error response.\u003c/p\u003e\n"],["\u003cp\u003eThe operation to be deleted is identified by its name, structured as \u003ccode\u003eprojects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eDeleting a FHIR operation requires the \u003ccode\u003ehealthcare.fhirStores.deleteFhirOperation\u003c/code\u003e IAM permission.\u003c/p\u003e\n"],["\u003cp\u003eThe request must be empty and requires one of the following OAuth scopes \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Method: operations.delete-fhir-operation\n\n**Full name**: projects.locations.datasets.fhirStores.operations.delete-fhir-operation\n\nDeletes operations as defined in the FHIR specification.\n\nImplements the FHIR implementation guide [bulk data delete request](https://build.fhir.org/ig/HL7/bulk-data/export.html#bulk-data-delete-request).\n\nReturns success if the operation was successfully cancelled. If the operation is complete, or has already been cancelled, returns an error response.\n\n### HTTP request\n\n`DELETE https://healthcare.googleapis.com/v1/{name=projects/*/locations/*/datasets/*/fhirStores/*/operations/*}`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nIf successful, the response is a generic HTTP response whose format is defined by the method.\n\n### Authorization scopes\n\nRequires one of the following OAuth scopes:\n\n- `https://www.googleapis.com/auth/cloud-healthcare`\n- `https://www.googleapis.com/auth/cloud-platform`\n\nFor more information, see the [Authentication Overview](/docs/authentication#authorization-gcp)."]]