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, as defined by the FHIR specification and bulk data delete request implementation guide.\u003c/p\u003e\n"],["\u003cp\u003eA successful deletion of an in-progress operation will return success, while attempting to delete an already completed or cancelled operation will result in an error.\u003c/p\u003e\n"],["\u003cp\u003eThe operation to be deleted is identified by its full name, which is a string in the format \u003ccode\u003eprojects/{projectId}/locations/{locationId}/datasets/{datasetId}/fhirStores/{fhirStoreId}/operations/{operation_id}\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eTo successfully delete a FHIR operation, the user must have the \u003ccode\u003ehealthcare.fhirStores.deleteFhirOperation\u003c/code\u003e IAM permission on the specified resource.\u003c/p\u003e\n"],["\u003cp\u003eThis endpoint requires either the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-healthcare\u003c/code\u003e or the \u003ccode\u003ehttps://www.googleapis.com/auth/cloud-platform\u003c/code\u003e OAuth scope for authorization.\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/v1beta1/{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)."]]