Skip to main content
DELETE
/
projects
/
{project_id}
Delete Project
curl --request DELETE \
  --url https://api.example.com/projects/{project_id}
{
  "id": "<string>",
  "message": "<string>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.terminaluse.com/llms.txt

Use this file to discover all available pages before exploring further.

The project must be empty (no agents or filesystems) before it can be deleted.

Path Parameters

project_id
string
required

Response

Successful Response

id
string
required
message
string
required