---
title: "Delete an outreach activity"
description: "Remove a contact logged by mistake. The person's owner and stage stay as they are."
canonical: https://docs.mentio.dev/api/people/delete-person-activity
markdown: https://docs.mentio.dev/api/people/delete-person-activity.mdx
---

# Delete an outreach activity

`DELETE /v1/people/{id}/activities/{activityId}`

Remove a contact logged by mistake. The person's owner and stage stay as they are.

## Parameters

- `id` (path, required): Person id (aut_...).
- `activityId` (path, required): Activity id (act_...).

## Responses

- 204: Deleted
- 401: Missing or invalid API key
- 404: No such activity on this person for your workspace

Full schemas: https://api.mentio.dev/v1/openapi.json. Conventions: https://docs.mentio.dev/conventions.mdx
