Required. shared flow name of the form: organizations/{organizationId}/sharedflows/{sharedFlowId}
If the 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.sharedflows.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of SharedFlow.
[[["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-06 UTC."],[[["This API endpoint is used to delete a shared flow and all its revisions, which requires the shared flow to be undeployed beforehand."],["The HTTP request method is `DELETE`, with the URL structure following gRPC Transcoding syntax: `https://apigee.googleapis.com/v1/{name=organizations/*/sharedflows/*}`."],["The `name` parameter is a required path parameter in the format `organizations/{organizationId}/sharedflows/{sharedFlowId}`, and deleting the flow requires the `apigee.sharedflows.delete` IAM permission."],["The request body must be empty, and if successful, the response body will contain an instance of `SharedFlow`."],["The API endpoint requires the OAuth scope `https://www.googleapis.com/auth/cloud-platform` for authorization."]]],[]]