Delete a project

Delete a project within your workspace. Projects are top-level folders that typically encompass a single use case. This action deletes a project and all of its contents. This includes all child folders, recipes, connections, and Workflow apps assets (if applicable) inside the project.

Your API client role must have the following privilege to use this endpoint: DELETE /api/projects/:id

Path parameters

project_idstringRequired
The ID of the project you plan to delete.
idstringRequired

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successfully deleted project

Errors