---
title: "Reset manual edits in a sequence preview"
method: POST
path: "/v3/sequences/{sequence_id}/contacts/{contact_id}/preview/reset"
tags: ["Sequence Contacts"]
---

# Reset manual edits in a sequence preview

`POST /v3/sequences/{sequence_id}/contacts/{contact_id}/preview/reset`

<Warning>
  **Coming soon.** This endpoint will be available by early July 2026.
</Warning>

<small>_Requires the `sequences:operate` scope (or a broader one that includes it)._</small>

Reverts any manual edits the user has made to the preview for a contact and restores the AI-generated templates.

## Path parameters

- `sequence_id` integer, required
- `contact_id` integer, required

## Response `204`

Manual edits cleared

## Other responses

- `401` — Unauthorized. The response body is empty; check the `WWW-Authenticate` header for the expected scheme.
- `403` — You do not have permission to edit this sequence
- `404` — Sequence or contact not found

---

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