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. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. RunAJob utility
  9. ParamSetCli utility
  10. REST API codes
  11. 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 Content-Type: application/json Accept: application/json INFA-SESSION-ID: <SessionId>

0 COMMENTS

We’d like to hear from you!