removePersonaSubpage

On this page
Back to index

Summary

Deletes a persona subpage.
request
Stringrequired
This parameter and the value displayed are required; request=removePersonaSubpage must appear in your query string.
personaPageName
Stringrequired
The persona page name.
personaPages
Stringoptional
A list of subpages.

Usage

Groovy

import com.electriccloud.client.groovy.ElectricFlow import com.electriccloud.client.groovy.models.* ElectricFlow ef = new ElectricFlow() def result = ef.removePersonaSubpage( request: "test-request", personaPageName: "test-personaPageName" /* optional arguments */ )