v1

latestOpenAPI 3.0.22026-08-0426137631.3 KB
Interaction APIs

Interaction Delete API

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.

delete/v1/interactions

Request body

user_idsstring[] required

Response

Successful Response

messagestring required

Human-readable message

Example response

{
  "message": "success"
}