Skip to main content
DELETE
/
v1
/
projects
/
{id}
Delete a project
curl --request DELETE \
  --url https://api.fortressproductivity.com/v1/projects/{id} \
  --header 'Authorization: Bearer <token>'
{
  "code": "<string>",
  "message": "<string>",
  "issues": [
    {
      "path": [
        "<string>"
      ],
      "message": "<string>"
    }
  ],
  "details": {}
}

Documentation Index

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

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

Authorizations

Authorization
string
header
required

Agent bearer token using the ft_... token format.

Path Parameters

id
string
required
Minimum string length: 1
Example:

"act_123"

Response

No content