REST API

REST Examples: Deleting a Plan

Success Response
{ "status": "COMPLETED" }
Error Response
{ "status": "NOT_FOUND", "reason": "NOT_FOUND", "message": "One or more fields in the request contains invalid data.", "details": [ { "field": "subscriptionInformation.planId", "reason": "INVALID_DATA" } ] }