v1

latestOpenAPI 3.1.0AGPL-3.0 license2026-07-1210336283.6 KB
Tracker Projects

Delete a tracker project

Delete a tracker project for the authenticated team.

delete/tracker-projects/{id}

Path parameters

idstring uuid required

Unique identifier of the project to retrieve

Example:b7e6c8e2-1f2a-4c3b-9e2d-1a2b3c4d5e6f

Unique identifier of the project to retrieve

Response

Tracker project deleted successfully.

idstring uuid required

Unique identifier of the project to delete

Example response

{
  "id": "b7e6c8e2-1f2a-4c3b-9e2d-1a2b3c4d5e6f"
}