DELETE
/
timmi-project
/
api
/
v4
/
projects
/
{id}
curl --request DELETE \
  --url https://{host}/timmi-project/api/v4/projects/{id} \
  --header 'Authorization: <authorization>'
This response does not have an example.

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

204

No Content