Skip to main content
DELETE
/
timmi-project
/
api
/
v4
/
projects
/
{id}
Delete a Project by id
curl --request DELETE \
  --url https://{host}/timmi-project/api/v4/projects/{id} \
  --header 'Authorization: <authorization>'
{
  "type": "<string>",
  "title": "<string>",
  "status": 400,
  "traceId": "3c90c3cc-0d44-4b50-8888-8dd25736052a",
  "errors": {}
}

Headers

Authorization
string
required

API key. Value must be formatted like so: lucca application={api_key}.

Path Parameters

id
integer
required

Unique identifier of the project.

Response

No Content