Skip to main content
DELETE
Deletes a project from your COR instance using its external ID. This also removes the integration mapping for the project.

Path Parameters

string
required
External project ID that was used when creating the project

Request Body Requirements

object
required

Known Errors

  • ProjectNotFoundError — No project found with the specified external ID for this source
  • ValidationError — Missing required metadata.source field
  • DeletionError — Project cannot be deleted due to existing dependencies (tasks, time entries, etc.)