Skip to main content
DELETE
/
api
/
v1
/
projects
/
{project_id}
Delete Project
curl --request DELETE \
  --url https://api.devkit4ai.com/api/v1/projects/{project_id} \
  --header 'Authorization: Bearer <token>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}
Delete a specific project. Requires project ownership.

Headers

Authorization
string
required
Bearer token for authentication

Path Parameters

project_id
string
required
Unique project identifier to delete

Response

Returns HTTP 204 No Content on successful deletion.

Authorizations

Authorization
string
header
required

The access token received from the authorization server in the OAuth 2.0 flow.

Path Parameters

project_id
string<uuid>
required

Response

Successful Response