---
title: "Interaction Delete API"
method: DELETE
path: "/v1/interactions"
tags: ["Interaction APIs"]
---

# Interaction Delete API

`DELETE /v1/interactions`

The endpoint will delete users' interaction data entirely from the log of interactions you have uploaded to Miso.
This API enables you to comply with users' data removal requests (i.e. right to be forgotten). Once a user's
interactions are deleted, we will not be able to recover them, and they will no longer contribute to model
training.

## Request body

- InteractionDeleteIn
  - `user_ids` string[], required

## Response `200`

Successful Response

- InteractionDeleteOut
  - `message` string, required — Human-readable message

## Other responses

- `422` — Validation Error

---

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