---
title: "Delete a project"
method: DELETE
path: "/projects/ext/{ext-id}"
tags: ["Projects"]
---

# Delete a project

`DELETE /projects/ext/{ext-id}`

Delete a project

## Path parameters

- `ext-id` string, required

## Response `200`

Project deleted

- object
  - `success` boolean
  - `data` object
    - `id` string

## Other responses

- `401` — Error: Unauthorized
- `403` — Forbidden access or subscription and trial phase ended.
- `404` — Resource or page not found.

---

[API](https://skmtc.net/timelink/apis/timelink-api.md) · [All operations](https://skmtc.net/timelink/apis/timelink-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/timelink/timelink-api/versions/113f9953e62a/schema)
