Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Deleting a project

Deleting a project

You can delete a project from your organization if it doesn't contain any folders or assets and if you have delete permission for the project.

DELETE request

To delete a project, use one of the following URIs:
/public/core/v3/projects/<project ID>
/public/core/v3/projects/name/<project name>

DELETE example

To delete a project named "All Orders," you might send the following request:
DELETE <baseApiUrl>/public/core/v3/projects/name/All%20Orders

0 COMMENTS

We’d like to hear from you!