Required. The name of the shared flow revision to delete. Must be of the form: organizations/{organizationId}/sharedflows/{sharedFlowId}/revisions/{revisionId}
If the Shared Flow resource has the space attribute set, IAM permissions are checked against the Space resource path. To learn more, read the Apigee Spaces Overview.
Authorization requires the following IAM permission on the specified resource name:
apigee.sharedflowrevisions.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SharedFlowRevision.
[[["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-12 UTC."],[[["This page documents the process of deleting a shared flow revision, including all associated policies and resources."],["The HTTP request method for deletion is `DELETE` and requires a specific URL format using gRPC Transcoding."],["The `name` path parameter is required and must adhere to the format `organizations/{organizationId}/sharedflows/{sharedFlowId}/revisions/{revisionId}`."],["The request body for this operation must be empty."],["The operation requires the `apigee.sharedflowrevisions.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]