Delete a Substitution Variable at the Plan Type Level

Use this REST API to delete a substitution variable defined at the plan type level.

Before deleting substitution variables, you can use REST APIs to get information on what substitution variables are defined for the application or plan type. See Getting and Setting Substitution Variables.

Required Roles

Service Administrator

REST Resource

Delete       /HyperionPlanning/rest/{api_version}/applications/{application}/plantypes/{plantype}/substitutionvariables/subvarname

Request

Supported Media Types: application/json

Parameters

The following table summarizes the client request.

Table 8-91 Parameters

Name Description Type Required Default
api_version Version of the API you are developing with, v3 Path Yes None
plantype The name of the plan type for which to delete the substitution variable Path Yes None
subvarname Name of the substitution variable to be deleted Path Yes None

Example URL

The following URL will delete CurrPeriod at Plan1.

https://<SERVICE_NAME>-<TENANT_NAME>.<SERVICE_TYPE>.<dcX>.oraclecloud.com/HyperionPlanning/rest/v3/applications/Vision/plantypes/Plan1/substitutionvariables/CurrPeriod

Response

Supported Media Types: application/json

Example of a successful response

Http status code: 204 (No content)

Example of an error response

Http status: 400