---
title: "Delete activity"
method: DELETE
path: "/v2/activities/{id}"
tags: ["Activities"]
---

# Delete activity

`DELETE /v2/activities/{id}`

Soft-delete an activity. Requires the `ACTIVITIES_API` feature flag and an API key with the `activities:write` scope. Only activities belonging to the authenticated owner can be deleted.

## Path parameters

- `id` string, uuid, required

## Headers

- `api-token` string, required

## Response `204`

No Content

## Other responses

- `400` — Param ID must be a valid UUID
- `401` — Authentication error - invalid or missing api-token
- `403` — This feature is not available for your account.
- `404` — Activity not found

---

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