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