removePersonaSubpage

On this page
Back to index

Summary

Deletes a persona subpage.
personaPageName
Stringrequired
The persona page name.
personaPages
Array<Unknown>optional
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( personaPageName: "test-personaPageName" /* optional arguments */ )