Deletes a rate plan specified by its name.
URL syntax
http://<ccServerURL
>/rest/v1/ratePlans/ratePlan/name/<planName
>
Request
URL path parameters (required)
planName
(type:
string
)
Response
Response body
A statement of whether the deletion is successful.
Example
URL
http://localhost:8080/rest/v1/ratePlans/ratePlan/name/testPlan2
Response body
Successfully deleted the rate plan with name testPlan2
Java
String msg = ratePlanServiceProxy.deleteRatePlanByName("testPlan2");