---
title: "Reset"
method: DELETE
path: "/integrations/public/v1/cadence/reset"
tags: ["Cadence Public", "integrations_cadence_public"]
---

# Reset

`DELETE /integrations/public/v1/cadence/reset`

Delete cadence logs for a given team/assistant/user (destructive).

Behavior:
- Protected from production (environment must be non-empty and not 'prod'/'production').
- Requires team id via Requester dependency.
- If `userPhoneNumber` is provided, deletes Action logs for that phone (and optionally scope by assistantId).
- If `userPhoneNumber` is NOT provided, `confirm=True` is required to allow deletion of logs at the team/assistant level.

## Query parameters

- `assistantId` string, nullable — Optional assistant id to scope reset
- `userPhoneNumber` string, nullable — Optional patient phone to scope reset
- `confirm` boolean — Required true when performing team/assistant level destructive reset without userPhoneNumber

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

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