Delete a project
Delete a project within your workspace. Projects are top-level folders that normally 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 Delete project
privilege.
Path parameters
managed_user_id
Embedded customer ID (external ID). The External ID must be URL encoded and prefixed with an E
. For example, EA2300
.
project_id
The ID of the project you plan to delete.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Success reply
success
Always returns true
when successful.