project_delete

DELETE /orgs/{oid}/projects/{pid}

Removes a project from the Project Catalog.

The project is not physically deleted from the database but marked as “obsolete”. Users will no longer be able to use this project in an appliance, however ensures that appliances currently using the project are not adversely affected.

Note

To force the physical deletion of a project, use the erase query parameter. In this case all the binaries and meta-data of a project are deleted.

Security Summary

  • Requires Authentication: true
  • Entitlements Required: org_projects_administrate

URI Parameters

  • pid (required): the id of the project
  • oid (required): the id of the org

HTTP Request Body Parameters

None