cURL
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": {} }
Only projects at “draft” status can be deleted.
API key. Value must be formatted like so: lucca application={api_key}.
lucca application={api_key}
Unique identifier of the project.
No Content
Was this page helpful?