Required. ID of the rate plan. Use the following structure in your request: organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}
If the API Product 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.rateplans.delete
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of RatePlan.
[[["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-03-24 UTC."],[[["This endpoint allows the deletion of a specific rate plan using a DELETE HTTP request."],["The `name` path parameter is required, and it specifies the ID of the rate plan, following the structure: `organizations/{org}/apiproducts/{apiproduct}/rateplans/{rateplan}`."],["An empty request body is needed when deleting a rate plan."],["Upon successful deletion, the response body will include a `RatePlan` instance."],["The operation requires the `apigee.rateplans.delete` IAM permission and the `https://www.googleapis.com/auth/cloud-platform` OAuth scope."]]],[]]