Skip to main content
DELETE
/
{team_id}
/
projects
/
{project_id}
Delete a project
curl --request DELETE \
  --url https://api.superthread.com/v1/{team_id}/projects/{project_id}
{
  "error": {
    "id": "err5f744ab",
    "code": 403,
    "sec": "SEC:000-010011",
    "message": "You do not have access to this resource",
    "date": 1608742037016
  }
}

Path Parameters

team_id
string
required

Team ID is an alphanumerical string that identifies a Team. This is externally referred to as a "Workspace".

project_id
string
required

Project ID is a numerical string that identifies a Project. This is externally referred to as a "Space".

Response

Project successfully deleted