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

# Delete an activity

`DELETE /v2/activities/{activity}`

Deletes a single activity by its `activity_id` or slug, along with all of its records. Archived activities can also be deleted.

This endpoint should be used with caution as it has the potential to remove a large amount of potentially valuable data.

This endpoint is in alpha and may be subject to breaking changes as we gather feedback.

Required scopes: `activity_configuration:read-write`, `activity_record:read-write`.

## Path parameters

- `activity` string, required — A UUID or slug to identify the activity.

## Response `200`

Success

- object — Success

## Other responses

- `400` — Bad Request
- `404` — Not Found

## Changes

- **2026-09-01** `5ec945da443b` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/attio/apis/attio-api/changes/v2/activities/:activity/delete.md)

---

[API](https://skmtc.dev/attio/apis/attio-api.md) · [All operations](https://skmtc.dev/attio/apis/attio-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/attio/attio-api/revisions/956bfe92ca07/schema)
