Skip to main content
DELETE
/
api
/
projects
/
{project_id}
Delete Project By Id
curl --request DELETE \
  --url https://api.example.com/api/projects/{project_id}
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

project_id
string
required

Response

Successful Response