NSX-T Data Center REST API

# *************************************************************************** # Copyright 2020-2024 VMware, Inc. All rights reserved. VMware Confidential. # ***************************************************************************

ProjectDeleteRequestParameters (schema)

Policy Project Delete Request Parameters

Project Delete Request Parameters

Name Description Type Notes
is_recursive Recursively delete entire project tree.

true - Delete entire project tree including all its children. This is very similar to HAPI delete. false - Delete will not include project's children. If project has any children then delete will fail.
boolean Default: "False"