Skip to content

Delete Project

DELETE
/api/data/projects/{project_id}
curl --request DELETE \
--url https://example.com/api/data/projects/example

Delete an entire project deterministically.

  • Requires PM/Admin
  • Sweeps offers project-wide
  • Removes target-level links/assignments, targets, files, project links, then project
project_id
required
Project Id
string

Successful Response

Media typeapplication/json
Examplegenerated
example

Validation Error

Media typeapplication/json
HTTPValidationError
object
detail
Detail
Array<object>
ValidationError
object
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string
Examplegenerated
{
"detail": [
{
"loc": [
"example"
],
"msg": "example",
"type": "example"
}
]
}