DeleteShape

Delete all shapes with a certain name or text contents.

JSON

{
"shapeName": string,
"containingText": string,
}

Fields

shapeName
Delete all shapes whose shape name (as shown in PowerPoint's selection pane) matches this string. Optional.
containingText
Delete all shapes whose text content contains this text (ignoring case differences). Optional.